

| Adults | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|

| adults/mIRC |
|
|
Page 3 of 5 The following script SHOULD automatically log you into NickServ.
The script works by detecting a message from NickServ asking you to identify and then sending a identify message back. The code is: on *:NOTICE:*NickServ IDENTIFY*:?: { if ($nick == NickServ) { /nickserv identify PASSWORD}} To use this script you will need to go into the mIRC Script editor (this can be done by selecting "Scripts Editor..." on the tools menu). Once you are in the scripts editor, switch to the Remotes tab and, on a blank script (if the current script has writing on go File > New to create a new blank script) paste in the line of code above. Once the code has been pasted in, change PASSWORD to your NickServ password and click OK to save. Note: This script should only be used if you are the only person using your computer - or you are using a shared registered nick (such as at a JOTI event).
Discuss this article on the forums. (1 posts)
|
|||||||
| Last Updated ( Sunday, 13 July 2008 ) | |||||||



