Timed commands

Old posts that have not been replied to for several years.
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Code: Select all

bind nick - * ident:bot

proc ident:bot {n u h c nw} {
global nick
if {[string match -nocase $nick $nw]} {
putserv "PRIVMSG nickserv :identify DerKnecht *****" 
 }
}

this will let the bot identify when the bot changes its nick to its original nick.
Locked