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.

set nick-len 32 [SOLVED]

General support and discussion of Eggdrop bots.
Post Reply
c
cache
Master
Posts: 306
Joined: Tue Jan 10, 2006 4:59 am
Location: Mass

set nick-len 32 [SOLVED]

Post by cache »

I am trying to give someone a friend flag +f, but the telnet is only allowing 9 characters max on nick, even tho I have it set to 32 in eggdrop.conf

What am I missing? :(
Last edited by cache on Fri May 02, 2008 4:53 pm, edited 1 time in total.
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Search the forum for handlen.
c
cache
Master
Posts: 306
Joined: Tue Jan 10, 2006 4:59 am
Location: Mass

Post by cache »

Don't understand what im doing wrong, I went to scr/eggdrop.h and changed 9 to 32, saved it, then I did a make install on a new bot then ./eggdrop -m eggdrop.conf ... still only 9 limit max :(
User avatar
speechles
Revered One
Posts: 1398
Joined: Sat Aug 26, 2006 10:19 pm
Location: emerald triangle, california (coastal redwoods)

Post by speechles »

from eggdrop.conf

Code: Select all

# What is your network?
#   0 = EFnet (non +e/+I Hybrid)
#   1 = IRCnet
#   2 = Undernet
#   3 = DALnet
#   4 = +e/+I Hybrid
#   5 = Others
set net-type 0
... if you pick 5, the below setting comes into play...
# 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 9
c
cache
Master
Posts: 306
Joined: Tue Jan 10, 2006 4:59 am
Location: Mass

Post by cache »

speechles wrote:from eggdrop.conf

Code: Select all

# What is your network?
#   0 = EFnet (non +e/+I Hybrid)
#   1 = IRCnet
#   2 = Undernet
#   3 = DALnet
#   4 = +e/+I Hybrid
#   5 = Others
set net-type 0
... if you pick 5, the below setting comes into play...
# 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 9
Ok I had it on 5, tried 0 and 4 still same.. I try to add The_Master_1 using .+user but it still cuts off at 9

and eggdrop.h looks like this:

Code: Select all

#define HANDLEN 32  /* valid values 9->NICKMAX  */
#define NICKMAX 32  /* valid values HANDLEN->32 */
and this part same...
#set nick-len 9
c
cache
Master
Posts: 306
Joined: Tue Jan 10, 2006 4:59 am
Location: Mass

Post by cache »

Sorry I got it, I didn't realize I had to ./configure :oops:
Post Reply