i have some problems with changing the Bot's nick. If i kill the bot and edit die config file and change the parameter "set nick" to a new value and then start the bot again it won't work properly. The Bot joins the channel but takes the old nick he has before.
On the shell i get the output:
[08:37] * IRC NICK CHANGE: NewNick -> OldNick
But if i rehash the bot, he changes his nick to the new nick, but then immediately change back to the old nick!
hmm does it help to do "rm -f channelname.chan" after killing the bot..and then restart, i think i had to do that in the early days when the bot ran in dynamic mode..
I used a little scripts for the Bot. In this script you have to set the nick of the bot. But the scriptcoder named this var "nick". So there was a TCL Line: set nick "abcd" ...