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.

Bot Nickchange Problem

Old posts that have not been replied to for several years.
Locked
H
HollowMan

Bot Nickchange Problem

Post by HollowMan »

Hello,

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!

I use also the modules stats, gseen, megahal

Has somebody any suggestions? Thx
User avatar
Papillon
Owner
Posts: 724
Joined: Fri Feb 15, 2002 8:00 pm
Location: *.no

Post by Papillon »

set keep-nick 1 <--- also if you set the botnick in any of those extra scripts config, that might be the reason
Elen sila lúmenn' omentielvo
S
Sotman
Voice
Posts: 10
Joined: Thu Jul 04, 2002 4:37 am

Post by Sotman »

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..

but maybe a tip to try..
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

The bot is allways in dynamic mode.

There is no need to delete the channel file, and all this will cause is lost settings.

Nicknames are not affected by the channel file.
H
HollowMan

Post by HollowMan »

sorry Guys, i found the problem.

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" ...
Locked