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.