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.

Length of nickname problems

Old posts that have not been replied to for several years.
Locked
G
Guest

Post by Guest »

I have set the length of a nickname to something higher than 9 since Austnet allows nicknames longer than 9 letters but when i add users or users introduce themselves it is still adding them only up to 9 letters.

What's wrong, do i need to delete the userfile and start a new one or something. any help?
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

This nickname length setting, in the config file is not what you need. This setting tells eggdrop what size nicknames to expect, and not what size handles you wish to use for the bot, or for user handles on the partyline.

To do this, you will need to re-compile.

Download the source code and de-compress.
Edit the file src/eggdrop.h
Change the line reading
#define HANDLEN 9
Change the 9 to the size your network supports.
Now just use "./configure", "make" and "make install" as usual.

note: If you do this, and are linking bots in the partyline, then every other bot will have to be done to match the same setting, else the bots will not link.
Locked