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.

resetting allowable nick lengths

Old posts that have not been replied to for several years.
Locked
R
Ryker

resetting allowable nick lengths

Post by Ryker »

# This setting allows you to specify the maximum nick-length supported by
# your network. The default setting is 9. The maximum supported length by
# Eggdrop is 32.
set nick-len 16

My question is how can I change this specification without re-booting. I have tried .rehash but it didn't change it, any ideas?
D
Darmoth
Master
Posts: 210
Joined: Sun Oct 07, 2001 8:00 pm
Location: old europe

Post by Darmoth »

for changin nicklength RTFM
for changin handlen, search the previous threads, we had that a few times.
R
Ryker

Post by Ryker »

Maybe you didn't understand my question! I know how to change nick length but want to do so without re-booting it would be just as easy to tell me if this is possible without telling me to read the manual unless you don't know the answer.
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

I think you have to .restart it.
Once the game is over, the king and the pawn go back in the same box.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Too my knowledge, simply changing the value of nicklen, then issuesing a .rehash is enough.

If this fails, a .restart or possibly a full restart (.die then start from shell or crontab).

However, as pointed out in a previous thread, what you want, is not nicklen.

nicklen will allow very limited features to interact with long nicknames. It does not allow you to add handles upto the value in length, of nicklen, and it doesn't realy make any noticable differance.

Handlen is the value that needs changing for this. Regardless of how you try it, you would have to re-compile, and fully stop and restart the bot for this to work.

The reason behind this, is because there is no need to change it in a normal environment. You either do use eggdrop on a long nickname network, or you don't. It default to 9, because this is what the RFC states.

HANDLEN changes so much within eggdrop. Including the fact you can only link to bots with the same value for handlen. Formatting of output is changed, as handlen is used to calcualte formatting spaces.
Locked