on 1:notice:*/msg NickServ IDENTIFY password*:*:{ /msg nickserv identify (yourpassword) }

this should work

ADD: this scriptie should make job easier

on 1:notice:*/msg NickServ IDENTIFY password*:*:{
if ($nick == NickServ) {
.timer 1 0 /msg nickserv identify (yourpassword)
halt
}
}



Last edited by bunar; 20/05/04 12:55 PM.