[12:30] -NickServ- This nickname is registered and protected. If it is your
-
[12:30] -NickServ- nick, type /msg NickServ IDENTIFY password.


Code:


on 1:NOTICE:*:*: {
  if ($nick == NickServ) {
    if ($strip(This nickname is registered) isin $1-) {
      .msg nickserv identify Yourpassword
    }
  }
}


Last edited by kwell; 01/10/07 07:21 PM.