Change this to what nickserv says on connection
bind notc - "*This nick is owned by someone else. Please choose another*" identify_notc
proc identify_notc { nick uh hand text text1 } {
global botnick nickserv identcmd identpass
if {[string match [string tolower $nick] [string tolower $nickserv]]} {
putserv "PRIVMSG $nickserv :$identcmd $identpass"
putlog "Identifying: $nickserv (as $botnick)"
}
}
on the telnet or dcc coming message as given below,
-NickServ (service@dal.net)- Error! "/msg NickServ" is no longer support
ed. Use "/msg nickserv@services.dal.net" or "/nickserv" instead.
help me please..thx