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.
General support and discussion of Eggdrop bots.
ChanZ
Voice
Posts: 2 Joined: Fri Dec 04, 2009 6:00 am
Post
by ChanZ » Fri Dec 04, 2009 6:12 am
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
speechles
Revered One
Posts: 1398 Joined: Sat Aug 26, 2006 10:19 pm
Location: emerald triangle, california (coastal redwoods)
Post
by speechles » Fri Dec 04, 2009 7:04 am
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 ........
ChanZ
Voice
Posts: 2 Joined: Fri Dec 04, 2009 6:00 am
Post
by ChanZ » Fri Dec 04, 2009 8:02 am
Thanks.
I used a .conf generator and i didnt read it.