#Put Your Server Identify Command
set identcmd "identify"
#Put Your Bot Nick Password"
set identpass "dokibe"
#Put Your NickServ Services Nick
set nickserv "NickServ"
# Change this to what nickserv says on connection
bind notc - "*This nickname is registered and protected.*" 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 "Loading succesful done!"
| Posted by DerMitDenHaaren on Fri 12 Mar 2010 15:05 | 177 views
- Syntax: None
- Expires: never
- Report
- IMG
- Download
-
|
