Advertisement
ultiprosan

mIRC autoidentify NickServ

May 14th, 2011
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.10 KB | None | 0 0
  1. on *:NOTICE:*NickServ IDENTIFY*:?: {
  2.   if ($nick == NickServ) {
  3.     .nickserv identify wachtwoord
  4.   }
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement