mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Apr 2014
Posts: 1
I
Mostly harmless
OP Offline
Mostly harmless
I
Joined: Apr 2014
Posts: 1
Hello

I am new to the forum and not very knowledgeable about mIRC Scripts. When I fist started logging into mIRC a friend configured my client to identify my registered nickname, I just had to reload my operating system and wanted top know if anyone could tell me what the command string looks like and where I add it to the script's editor

normally I type /msg nickserv identify "password" into the log in screen, but I want to insert this into the log in script so it will log me in automatically


Thanks for any help you can give me

Joined: Dec 2013
Posts: 779
N
Hoopy frood
Offline
Hoopy frood
N
Joined: Dec 2013
Posts: 779
Code:
on 1:CONNECT:/msg nickserv identify password

I use it myself.


Nillens @ irc.twitch.tv
Nillen @ irc.rizon.net
Joined: Oct 2012
Posts: 11
S
Pikka bird
Offline
Pikka bird
S
Joined: Oct 2012
Posts: 11
There's an alternative way to do this: Click Tools & Options, click Options under "Connect", click the Perform button, in the command box type the following on a line by itself (in case other commands are in the box):

/msg nickserv identify yourpassword

Replace "yourpassword" with your nick's password and hit the ok button and your done.


Link Copied to Clipboard