For some reason my bot seems to removed +e exactly an hour after they are set. Also sometimes deops people.
Must be something wrong in the .conf, anybody know?
set global-exempt-time 60
....
#
# exempt-time 60
# Set here how long temporary exempts will last (in minutes). If you
# set this setting to 0, the bot will never remove them. The bot will
# check the exempts every X minutes, but will not remove the exempt if
# a ban is set on the channel that matches that exempt. Once the ban is
# removed, then the exempt will be removed the next time the bot checks.
# Please note that this is an IRCnet feature.
#
....
#
# dynamicexempts
# Only activate exempts on the channel when necessary? This keeps
# the channel's exempt list from getting excessively long. The bot
# still remembers every exempt, but it only activates a exempt on
# the channel when it sees a ban set that matches the exempt. The
# exempt remains active on the channel for as long as the ban is
# still active.
#
....
#
# The following settings should be left commented unless the default values
# are being overridden. By default, exempts and invites are on for EFnet and
# IRCnet, but off for all other large networks. This behavior can be modified
# with the following 2 flags. If your network doesn't support +e/+I modes then
# you will be unable to use these features.
#
# Do you want to enable exempts (+e modes)?
#set use-exempts 0
# Do you want to enable invites (+I modes)?
#set use-invites 0
you are correct, there is something wrong in the conf file, namely you channel set options. Could be you have the channel set +bitch, which prevents non-ops from being oppped. As for the banlist, you most likely have the channel set to +dynamicbans, which removes channel bans after a set amount of time. Follow this link to the eggdrop command referenceZorb wrote:Well, I did what you said it has seemed to stop removing +e's but now for some reason when somebody ops someone my bot removes the op. And just before it cleared the whole ban list.
I still gather there is something wrong in the .conf but I'm unsure what it is.