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.