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.

Search found 1 match

by wheels
Sat Nov 10, 2007 6:35 pm
Forum: Eggdrop Help
Topic: Error Non-matching handle lengths with ...
Replies: 6
Views: 6065

Non-matching handle lengths

Line 63 of eggdrop.h which can be found in eggdrop.1.6.*/src
#define HANDLEN 9 /* valid values 9->NICKMAX */
on eggdrop change this line to
#define HANDLEN 32 /* valid values 9->NICKMAX */
Recompile eggdrop, I have tested this and it works fine