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.

Problem with status prefix

General support and discussion of Eggdrop bots.
Post Reply
C
ChanZ
Voice
Posts: 2
Joined: Fri Dec 04, 2009 6:00 am

Problem with status prefix

Post by ChanZ »

Hello.

My eggdrop is on a network with others status prefix.

~ = q = owner
& = a = protected/sop
@ = o = op
% = h = halfop
+ = v = voice

If the bot has &, it doesn't remove expired bans and doesn't ban hosts in akick list from eggdrop. If i've set "need-op", it keep trying get op.

How can i fix it?

Thanks in advance
User avatar
speechles
Revered One
Posts: 1398
Joined: Sat Aug 26, 2006 10:19 pm
Location: emerald triangle, california (coastal redwoods)

Post by speechles »

Code: Select all

# Some IRC servers are using some non-standard op-like channel prefixes/modes.
# Define them here so the bot can recognize them. Just "@" should be fine for
# most networks. Un-comment the second line for some UnrealIRCds.

set opchars "@"
#set opchars "@&~"
It's plain english in your eggdrop.conf ........
C
ChanZ
Voice
Posts: 2
Joined: Fri Dec 04, 2009 6:00 am

Post by ChanZ »

Thanks.

I used a .conf generator and i didnt read it. :oops:
Post Reply