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.

Undernet nickname length new limit

Old posts that have not been replied to for several years.
Locked
D
Darky

Undernet nickname length new limit

Post by Darky »

Hi,

Undernet recently changed the limit from 9 to 12 letters for the nicknames.
So of course, I changed in the config file

Code: Select all

#set nick-len 9
set nick-len 12
It works well on IRC, my bot has got a 11 letters nickname, but in partyline, the limit is still 9 characters, is there a way to change that ?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

There's quite a simple fix:

Edit eggdrop.h (found in ~src) and change #define HANDLEN from 9 to 12, then just ./configure etc. :)
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
D
Darky

Post by Darky »

Great, thanks ;)
Locked