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.

Bot Removing all bans. How to make it stop?

Old posts that have not been replied to for several years.
Locked
A
Allistah

Bot Removing all bans. How to make it stop?

Post by Allistah »

How do I prevent the bot from removing all the bans in the channel. I want it to leave them alone and not do anything. I want it to be pretty silent, except for a few things. This is what I have for channel modes:

channel add #channel {
chanmode "+nt"
idle-kick 0
stopnethack-mode 0
aop-delay 3:10
need-op { putserv "PRIVMSG #channel :Someone please Op me so I can do my job! :-$
}

channel set #channel -enforcebans -dynamicbans -userbans
channel set #channel -dynamicexempts -userexempts -dynamicinvites -userinvites
channel set #channel -autoop -bitch -protectops -protectfriends +dontkickops
channel set #channel +greet +statuslog
channel set #channel -revenge -autovoice
channel set #channel -secret -shared +cycle
channel set #channel -inactive -nodesynch

If anyone knows what I'm doing wrong, please let know. It seemed to remove the bans 1 hour after the bot was brought up and joined the channel.

-Allistah
e
egghead
Master
Posts: 481
Joined: Mon Oct 29, 2001 8:00 pm
Contact:

Re: Bot Removing all bans. How to make it stop?

Post by egghead »

Allistah wrote:How do I prevent the bot from removing all the bans in the channel. I want it to leave them alone and not do anything.

[snip]

-Allistah
Check your config file or the default config file that comes with eggdrop, more specifically "set ban-time".
A
Allistah

Re: Bot Removing all bans. How to make it stop?

Post by Allistah »

egghead wrote:
Allistah wrote:How do I prevent the bot from removing all the bans in the channel. I want it to leave them alone and not do anything.

[snip]

-Allistah
Check your config file or the default config file that comes with eggdrop, more specifically "set ban-time".
So what do I want to set this to so that it won't ever do anything with channel bans? Set it to zero?
e
egghead
Master
Posts: 481
Joined: Mon Oct 29, 2001 8:00 pm
Contact:

Re: Bot Removing all bans. How to make it stop?

Post by egghead »

Allistah wrote: So what do I want to set this to so that it won't ever do anything with channel bans? Set it to zero?
Find an original eggdrop.conf that comes with the tarball and read the comment associated with this setting.
Locked