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.

nick-len

General support and discussion of Eggdrop bots.
Post Reply
r
roughnecks
Voice
Posts: 33
Joined: Sun Sep 14, 2008 9:33 am
Location: Italy

nick-len

Post by roughnecks »

hi, my bot does not recognize nicks with more than 9 characters:
the nick-len option is set to 30 and the server is set to 5, cause it isn't anyone of the others in the list.
what am i supposed to do ?
the eggdrop version is 1.6.19.
Thanks :(
User avatar
username
Op
Posts: 196
Joined: Thu Oct 06, 2005 9:20 am
Location: Russian Federation, Podolsk
Contact:

Post by username »

Find in src folder in source of your eggdrop file called eggdrop.h and in this file find string

Code: Select all

#define HANDLEN 9
and change it to

Code: Select all

#define HANDLEN 32
after that recompile you bot.
Архив TCL скриптов для ботов Eggdrop/Windrop:
http://egghelp.ru/
r
roughnecks
Voice
Posts: 33
Joined: Sun Sep 14, 2008 9:33 am
Location: Italy

[SOLVED]

Post by roughnecks »

thanks, i had read about recompiling the bot in the faq, but i was in doubt cause i have the 1.6 version of eggdrop....by the way, i've just done it succesfully :P
Thanks, see u.
Post Reply