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.

mysterious nick changes

Support & discussion of released scripts, and announcements of new releases.
Post Reply
Z
ZvOO
Voice
Posts: 22
Joined: Thu Jan 20, 2005 2:33 am

mysterious nick changes

Post by ZvOO »

Periodically, one of my netbots (a leaf bot) will just automatically change to a random 9 character nick. When this happens there is nothing in the logs to indicate the change was actually called for by an event, or necessary. It's always the same leaf bot, and once the nick bocomes random, the original nick stays juped on the server for 30 minutes. Does anyone know why this might be happening? Is there a variable in netset.tcl that might be responsible?

Thanks.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Look at your bot nick access list with NickServ.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Z
ZvOO
Voice
Posts: 22
Joined: Thu Jan 20, 2005 2:33 am

Post by ZvOO »

The ircd doesn't have a nickserv.... it's ircnet. Any other ideas?
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

look at your binds list, i.e. .binds all...
look for any nkch &/or raw NICK binds/events, which in turn should give you the procedure responsible, which hopefully will give you a clue as to what script is responsible. Netbots is not it.
Z
ZvOO
Voice
Posts: 22
Joined: Thu Jan 20, 2005 2:33 am

Post by ZvOO »

Hmm.. I find nothing other than this:

raw -|- NICK 28 *raw:irc:nick
raw -|- NICK 28 *raw:NICK

There's nothing else there... Any further advice?

Thanks.
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

ZvOO wrote:Hmm.. I find nothing other than this:

raw -|- NICK 28 *raw:irc:nick
raw -|- NICK 28 *raw:NICK

There's nothing else there... Any further advice?

Thanks.
Yup, unload all the extra tcl scripts that you most likely have loaded, since one of them will be the culprit. Also, you might wish to set your console +d (debug) and sit in the partyline whilst your bot goes about changing its nick... You should be able to glean more information from there.
Z
ZvOO
Voice
Posts: 22
Joined: Thu Jan 20, 2005 2:33 am

Post by ZvOO »

YooHoo wrote: Yup, unload all the extra tcl scripts that you most likely have loaded, since one of them will be the culprit. Also, you might wish to set your console +d (debug) and sit in the partyline whilst your bot goes about changing its nick... You should be able to glean more information from there.
Thanks. I'll check it out.
Post Reply