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.

My bot removes +e

General support and discussion of Eggdrop bots.
Post Reply
Z
Zorb
Voice
Posts: 22
Joined: Tue Oct 17, 2006 8:14 am

My bot removes +e

Post by Zorb »

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?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

eggdrop.conf:
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
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Z
Zorb
Voice
Posts: 22
Joined: Tue Oct 17, 2006 8:14 am

Post by Zorb »

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.
User avatar
spithash
Master
Posts: 249
Joined: Thu Jul 12, 2007 9:21 am
Location: Libera
Contact:

Post by spithash »

in the party line, check this:

.chaninfo #channelname

it will show you the settings for the channel you specify.

.chanset command allows you to change the setings on a channel,

for example, if you dont want the bot to remove the +e on a channel, you should type:

.chanset #channelname -dynamicexempts

--------

Check your channel's settings and these commands might help you with that op problem you have...UNLESS you are using some kind of tcl for op/deop.

Enjoy :)
Libera ##rtlsdr & ##re - Nick: spithash
Click here for troll.tcl
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

Zorb 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.
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 reference
Post Reply