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.

Eggdrop removes bans...

Old posts that have not been replied to for several years.
Locked
m
marc

Eggdrop removes bans...

Post by marc »

I'm having trouble with my bot removing bans that match a channel operator. Lets say an op, who's not registered with the bot, bans an op that is registered with the bot. The bot will then remove the ban, and I need to stop it from doing this. Since I have protectops off, I'm not really sure what needs to be done. Here's the channel information:

Code: Select all

Settings for static channel #channel
Protect modes (chanmode): +t
Idle Kick after (idle-kick): DON'T!
stopnethack: DON'T!
aop-delay: 0:0
revenge-mode: 0
To regain op's (need-op):
wantop #channel
Other modes:
     -inactive       -statuslog      -secret         +shared
     +greet          -seen           +cycle          +dontkickops
     -protectops     -protectfriends -revenge        -revengebot
     -bitch          +autoop         -autovoice      +nodesynch
     -enforcebans    -dynamicbans    +userbans
     -dynamicexempts +userexempts    -dynamicinvites +userinvites
flood settings: chan ctcp join kick deop nick
number:            0    0    0    0    0    0
time  :          65535  65535  65535  65535  65535  65535
Any help is appreciated. Thanks.
P
Phooka

Post by Phooka »

look in your eggdrop.conf and find:
set bounce-bans
and set that to 0
m
marc

Post by marc »

Tried it, that didn't seem to work-- from what I can tell, that seems to just control bans set by other servers.
D
Dentarg!

Post by Dentarg! »

That's right
[16:55:53] <cowboy> ### set bounce-bans 0/1
[16:55:53] <cowboy> do you want the bot to unban any bans set by servers?
D
Darmoth
Master
Posts: 210
Joined: Sun Oct 07, 2001 8:00 pm
Location: old europe

Post by Darmoth »

# temporary bans will last how many minutes? if set to 0, bot never removes
# them.
set ban-time 15
m
marc

Post by marc »

bump
P
Pat
Voice
Posts: 5
Joined: Mon Sep 24, 2001 8:00 pm
Contact:

Post by Pat »

I'm having the same problem as marc. I guess i always assumed +protectops also applied to ban protection, but apparently it's only for reopping a +o flag user if they're deopped. Is the unbanning of +o flag users hardcoded into the source? And if so, how easy is this to change?

Thanks,

Pat
Locked