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.
General support and discussion of Eggdrop bots.
indigo`
Voice
Posts: 5 Joined: Fri Dec 30, 2005 8:56 pm
Post
by indigo` » Tue Feb 13, 2007 5:38 pm
I've set nick-len to 20 in the config file.
When I add a user to the bot with a nick more than 9 characters, it chops it off at 9 characters.
Isn't this set by nick-len?
If not, where do I set this variable so that I can add users with longer nicks to the bot?
Also, the nick contains characters such as ^ and `. Is this part of the problem? If so, can it be fixed?
Thanks!
rosc2112
Revered One
Posts: 1454 Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania
Post
by rosc2112 » Tue Feb 13, 2007 7:26 pm
Nick length is not the same as handle length (the handle being what's stored in the bot's user file.) The usual max is 9 chars, although you can change this in the eggdrop.h file and then recompile. As stated in the eggdrop.h file, that would be non-standard and can cause problems with botnets for example, so all linked bots need to have the same HANDLEN set.
BTW, forum mods, I tried to do a search cos I know this topic's been discussed before, but the search feature isn't working, for any thing I tried.
indigo`
Voice
Posts: 5 Joined: Fri Dec 30, 2005 8:56 pm
Post
by indigo` » Tue Feb 13, 2007 9:12 pm
I don't see an eggdrop.h file anywhere....
Alchera
Revered One
Posts: 3344 Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:
Post
by Alchera » Tue Feb 13, 2007 9:32 pm
indigo` wrote: I don't see an eggdrop.h file anywhere....
Then you're not really looking.
Try ~./src
Add [SOLVED] to the thread title if your issue has been.
Search |
FAQ |
RTM
rosc2112
Revered One
Posts: 1454 Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania
Post
by rosc2112 » Thu Feb 15, 2007 6:37 am
indigo` wrote: I don't see an eggdrop.h file anywhere....
It's part of the source code for eggdrop.
eggdrop1.6.18/src/eggdrop.h