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.

adding new users

Old posts that have not been replied to for several years.
Locked
D
Drago
Voice
Posts: 9
Joined: Sun Apr 10, 2005 10:25 am

adding new users

Post by Drago »

when i add new user all is ok but the bot dosen't see _ chars like that

example:
<Owner> .adduser asdfg_

<Bot> Added [asdfg_]*!?asdfg@192.0.0.* with no password.

<Bot> [16:47] #Owner# adduser asdfg_

<Owner> .chattr asdfg_

<Bot> [16:47] #Owner# chattr asdfg_

<Bot> Global flags for asdfg_ are now +fp.

nick whit 6 ch in nick or less work's ok but if it's higher

<Owner> .adduser iprktpsio_

<Bot> Added [iprktpsio]*!?lalala@192.0.0.* with no password.

<Bot> [16:49] #Owner# adduser iprktpsio

<Owner> .chattr iprktpsio_

<Bot> No such user!

<Owner> .chattr iprktpsio

<Bot> [16:49] #Owner# chattr iprktpsio

<Bot> Global flags for iprktpsio are now +fp.

the same is when nick is like iprktpsiol bot show nick like iprktpsio
what is that ?? the nick-len in config is set to 32
User avatar
^DooM^
Owner
Posts: 772
Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:

Post by ^DooM^ »

yes the nick length in config will be set to 32 but when it was compiled the default is only 9. you have to change the source and recompile with handlen set to 32. do a search on this forum on which file to change as i cant remember off the top of my head.
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
D
Drago
Voice
Posts: 9
Joined: Sun Apr 10, 2005 10:25 am

Post by Drago »

<Bot> ### set handlen
<Bot> This is the max length handles may be on the bot.

when i write .set handlen 32 bot answers
<Bot> What? You need '.help'
in search i found some post's
and there whas something about ~src/eggdrop.h. and i haveto change something to a #define HANDLEN 32 /* valid values 9->NICKMAX */
but where i have windrop 1.6.17 latest and in there is src/eggdrop.h.?
D
Drago
Voice
Posts: 9
Joined: Sun Apr 10, 2005 10:25 am

Post by Drago »

aajj i will just download windrop whit handlen 32
User avatar
arcane
Master
Posts: 280
Joined: Thu Jan 30, 2003 9:18 am
Location: Germany
Contact:

Post by arcane »

will probably the best for you ;)

windrop has the same source as eggdrop, it's just compiled for windows. so if you want your eggdrop.h, just download an eggdrop and have fun.
aVote page back online!
Check out the most popular voting script for eggdrop bots.

Join the metal tavern!
Locked