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.

Nick Length

Old posts that have not been replied to for several years.
Locked
T
TraumaJunkie

Nick Length

Post by TraumaJunkie »

OK, I set the nick length to 20 in the .conf file and then started the bot for user config mode but the bot still only recognizes 9 char. Am I missing another setting in the file? Thanks All!
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Yup! You have to edit ~src/eggdrop.h.
Change

Code: Select all

#define HANDLEN 9   /* valid values 9->NICKMAX  */
To

Code: Select all

#define HANDLEN 20   /* valid values 9->NICKMAX  */
Then redo ./configure etc
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
D
Darmoth
Master
Posts: 210
Joined: Sun Oct 07, 2001 8:00 pm
Location: old europe

Post by Darmoth »

Sigh, do people ever read the FAQ?
N
NoZparker
Voice
Posts: 34
Joined: Mon Feb 16, 2004 6:07 am

Post by NoZparker »

:D i'd like to thank Alchera for his reply to this query
I have spent many long hour searching for the answer.
It's all very well saying read the faqs ... geez that would take a week.....
Alchera ... yer number 1 in my book.. many thank
oh and thanks to Dormoth for posting the question in the first place.

NoZparker aka nosey
c
coolio2004
Halfop
Posts: 68
Joined: Wed Jan 19, 2005 4:02 am

Post by coolio2004 »

just with this post, eggdrop doesnt need to be reinstalled does it?
c
coolio2004
Halfop
Posts: 68
Joined: Wed Jan 19, 2005 4:02 am

Post by coolio2004 »

i've changed what needs to be changed in the eggdrop.h file, then did a ./configure .......is that all that needs to be done?
c
coolio2004
Halfop
Posts: 68
Joined: Wed Jan 19, 2005 4:02 am

Post by coolio2004 »

i dont need to do make config etc do i?
User avatar
^DooM^
Owner
Posts: 772
Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:

Post by ^DooM^ »

you need to type

Code: Select all

make
after you have ./cofigure'd itl
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
User avatar
KrzychuG
Master
Posts: 306
Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:

Post by KrzychuG »

coolio2004 wrote:i dont need to do make config etc do i?
You have to recompile it! If you have botnet, then don't forget to change it on _all_ bots, otherwise they won't be able to link. You should also search src/mod/server.mod for nicklen and change it too ;)
Que?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Just a reminder that as most networks allow nicks to 32 characters the define can be altered to:

Code: Select all

#define HANDLEN 32   /* valid values 9->NICKMAX  */
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
N
NoZparker
Voice
Posts: 34
Joined: Mon Feb 16, 2004 6:07 am

problem solved

Post by NoZparker »

well i got it sorted now on the twentieth attempt ....... in the file on the site http://www.eggfaq.com/docs/eggdrophelp.html
.. --== warning ==--.. follow it exactly how it is written and check your spelling

when i configured the tcl i left out --disable-shared

silly me

NoZparker
Locked