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.

Help with Auto Op! Am I losing my mind?

Old posts that have not been replied to for several years.
Locked
e
enesch

Post by enesch »

I am having trouble getting it to Auto op people that I add to the list with the command
.chattr <handle> +a #Channel
I always get a No Such User!
What am I doing wrong?
I am trying to get this to Auto Op, all the members or my group. The weird thing I found was that I was able to get it to Auto Op me each time my handle is NOS|enesch it would not take NOS|enesch I had to use NOS|enesc weird but it took and works. Is there a limit to handle length? what about special cahrecters?
Can someone please help me.
D
Darmoth
Master
Posts: 210
Joined: Sun Oct 07, 2001 8:00 pm
Location: old europe

Post by Darmoth »

Uhm, may be a silly question, but did you add the users with adduser or +user before you tried to set up the flags ?
User avatar
Souperman
Halfop
Posts: 69
Joined: Sat Feb 02, 2002 8:00 pm
Location: Cape Town, South Africa
Contact:

Post by Souperman »

Handle length is limited to 9 by default. To change it you need to edit something in eggdrop.h (look for it, it's easy to spot) and recompile.
D
Darmoth
Master
Posts: 210
Joined: Sun Oct 07, 2001 8:00 pm
Location: old europe

Post by Darmoth »

D
Darmoth
Master
Posts: 210
Joined: Sun Oct 07, 2001 8:00 pm
Location: old europe

Post by Darmoth »

dammit, wrong button :razz:

anyway, foch changing the nicklength the file eggdrop.h in eggdrop1.6.x/src need to get modyfied.
Look for these 2 Lines and change the Handlen and Nickmax as you want (depends on your IRC Net).

#define HANDLEN 32 /* valid values 32->NICKMAX */
#define NICKMAX 32 /* valid values HANDLEN->32 */
Locked