| Current Path : /home/mudbot/eggdrop/ |
| Current File : //home/mudbot/eggdrop/nickserv.tcl |
#Put Your Server Identify Command
set identcmd "identify"
#Put Your Bot Nick Password"
set identpass "qwweassdzxxc"
#Put Your NickServ Services Nick
set nickserv "NickServ"
# Change this to what nickserv says on connection
#bind notc - "*This nickname is owned by someone else.*" identify:notc
bind notc - "*This nickname is registered and protected*" identify:notc
#bind notc - "*NICK IS INVALID*" identify:notc
#It's Okay Right Now ... Never Change It If U Are Beginner In Tcl Scripts
proc identify:notc { nick uhost handle text dest } {
global botnick nickserv identcmd identpass
if { $nick == $nickserv } {
puthelp "PRIVMSG $nickserv $identcmd $identpass"
putlog "Identifying : $nickserv (as $botnick)"
}
}
putlog "8,2Nick Identify Script Has Been Loaded make by Blue ... Repaired By Xenogear"