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 Len

General support and discussion of Eggdrop bots.
Post Reply
d
dellthinker
Voice
Posts: 17
Joined: Mon Mar 26, 2007 2:41 pm

Nick Len

Post by dellthinker »

Hi all, im trying to add users but the problem is that the nick len is shortened. So for example, if i tried to add a nick like BlueSkyBlue2001 it'll only add BlueSky, if not that. Is there a way to raise the length? Thanx in advance!
User avatar
DarkRaptor
Voice
Posts: 36
Joined: Sat Apr 15, 2006 2:39 am
Location: Trois-Rivières, Qc

Post by DarkRaptor »

Hi dellthinker,

To change the nick len, you have to:

- goto the eggdropx.x.xx/src directory (where x.x.xx is the version)
- open eggdrop.h file and find this

Code: Select all

#define HANDLEN 9   /* valid values 9->NICKMAX  */
- change 9 to the values you want
- save changes
- recompile eggdrop
- restart
DarkRaptor @ irc.undernet.org
d
dellthinker
Voice
Posts: 17
Joined: Mon Mar 26, 2007 2:41 pm

Post by dellthinker »

Thanx for your reply DarkRaptor, however since im using Debian as my distro i installed the debian package of eggdrop, and cant find eggdrop.h anywhere, any other solutions?
User avatar
DarkRaptor
Voice
Posts: 36
Joined: Sat Apr 15, 2006 2:39 am
Location: Trois-Rivières, Qc

Post by DarkRaptor »

I'm using Gentoo and eggdrop is in Portage (packages system of Gentoo) but i don't use this one. I have downloaded eggdrop from geteggdrop.com via wget command and installed it.
DarkRaptor @ irc.undernet.org
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Get the source from the original author's site: http://eggheads.org

Don't trust any 3rd party for compiled binaries or source code, as its all too easy to stick backdoors into them.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

wget

Post by Alchera »

Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Actually, using geteggdrop.com is safe, as it is simply a redirection domain that's been in use by eggheads since 2002:ish, and should always redirect to the latest released version of eggdrop on a mirror close to you.

Obviously, it's always a good idea to verify the MD5:sums and gpg-signatures no matter where you downloaded it from.
NML_375
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

nml375 wrote:Actually, using geteggdrop.com is safe, as it is simply a redirection domain that's been in use by eggheads since 2002:ish, and should always redirect to the latest released version of eggdrop on a mirror close to you.

Obviously, it's always a good idea to verify the MD5:sums and gpg-signatures no matter where you downloaded it from.
Yup! I was actually unaware of that redirection until it was recently brought to my attention. :D
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply