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.

Problem with bans

Old posts that have not been replied to for several years.
Locked
E
EgoX

Problem with bans

Post by EgoX »

Sorry, i am a newbie there, but I will try to explain the problem actually as it is.

Let`s say the Egg bans someone in channel for flooding or something.
Even if i remove ban from ChanServ or from the Egg console (dcc or msg), when the nick which was banned joins the channel it gets baned instantly by the Egg.

How to do, that the Egg won't keep bans memorized, that if i remove it from CS, Egg won't put it again.

I think I explained it corectly... Sorry if not, I'm from Lithuania, so my native language isn't English :)

Thank You very much for any help!
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

Several conf file settings apply directly to bans. This exerpt comes from /eggdrop/doc/BANS:
Global modes These modes will be active on every channel the bot monitors. Some will "expire" after a while (be removed automatically). Others are considered "permanent" and can only be removed by a master.

Channel modes These modes are active only on one channel, and are almost always temporary modes that expire after an hour or so (depending on how long you've specified in the config file). Usually they're created by a Tcl script of some sort.

Non-bot modes These are modes that were not placed by the bot. They can be removed by anyone on the channel. The other two types of modes are protected by the bot (unless the channel settings specify otherwise), and have to be removed via the bot.

Mode behavior:
Bans If the channel is supporting dynamic bans, then the ban is set when a user with a matching hostmask joins the channel; otherwise, the modes are permanently set. On a channel with dynamic bans, the ban expires after 'ban-time' minutes (which is specified in the config file).

Hope this helped. :mrgreen:
Locked