I added this line in the config, well uncommented it and set it to 32
set nick-len 32
However the bot still knows me as ^JustinTi when my nick is ^JustinTime^
I did it but 32 charakters handle lenght works only for +user command, NOT for adduser commandppslim wrote:First off, are you usign eggdrop on *nix or windows?
If you are on windows, simply download the appropriate version from http://windrop.sf.net/ - They allready have eggdrop setup for this.
If you are using eggdrop on *nix, it's a simple matter of changing one value, before you continue on your compilation.
TO make things simple, follow the instructions on THIS page. However, you need to do one things between items 5 and 6.
Simply follow step 5.
Now type "pico src/eggdrop.h". Edit the HANDLEN as noted above in this thread.
Hold down the CTRL keyboard key, and tap x, then tap Y and hit return.
Now you can follow the instructions from step 6 onwards.
NOTE: When you do this, you will no longer be able to link to other eggdrops, unless the other eggdrop has been compiled using the same value HANDLEN.