Page 1 of 1
mIRC
Posted: April 30th, 2010, 6:47 pm
by Epsilon
I got mIRC for the first time but i know for a fact you can add some code to the scripts to help you auto login. And I need some help as far as what to do?
Re: mIRC
Posted: April 30th, 2010, 8:55 pm
by darkdarr
i think you know this but this is my mIRC for dummies page
http://www.tsugaming.com/forums/viewtop ... 119&t=6820
and here is my autologin script but its for all servers
on *:CONNECT: {
/ns identify <password> }
you can add a server into it somewhere like
on *:CONNECT: irc.tsugaming.com {
/ns identify <password> }
and it will do it for only the tsugaming server but i dont know where it goes so the part above is most likely wrong