This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

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