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.

banlist limit

Old posts that have not been replied to for several years.
Locked
s
seroal
Voice
Posts: 3
Joined: Tue Nov 09, 2004 7:26 am

banlist limit

Post by seroal »

Hi guys, i got a problem with the ban list in the chans where my egg is op(@). The problem is that when the banlist reachs the 30 bans in list, it starts removing bans if it passes this number. For exemple if set a ban and it's the 31th ban, the bot will remove 6 bans from the list. Then i have another 5 bans i can add to the list until it'll remove again 6 bans. And if the list as got 40 bans, next time i'll add a ban, it'll remove 6. But as the banlist is still not under 30 bans (40 - 6 = 34), next time i'll add a new ban, the bot will again remove 6 to have a ban list of less or equal than 30 bans ( 34 -6 =28 ).
The weird thing is that in my eggdrop.conf i have setted:
...
set max-bans 100
set max-modes 100
...
and in the list of chans, for the chan i particularly want him not to touch the banlist except for adding new bans i have this configuration:

channel add #chan {
chanmode +tn
idle-kick 0
stopnethack-mode 0
revenge-mode 0
need-op {needop #chan}
need-invite {}
need-key {}
need-unban {}
need-limit {}
flood-chan 0:0
flood-ctcp 3:60
flood-join 50:60
flood-kick 0:0
flood-deop 0:0
flood-nick 10:60
aop-delay 5:30
ban-time 0
exempt-time 0
invite-time 0
-enforcebans
+dynamicbans
+userbans
-autoop
-autohalfop
-bitch
-greet
-protectops
-protecthalfops
-protectfriends
+dontkickops
+statuslog -revenge
-revengebot
-autovoice
-secret
+shared
+cycle
-seen
-inactive
+dynamicexempts
+userexempts
+dynamicinvites
+userinvites
+nodesynch
}

Anybody who could explain me what's happening to me? .. thx for all
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

The settings are Network dependent.
# Set here the maximum number of bans you want the bot to set on a channel.
# Eggdrop will not place any more bans if this limit is reached. Undernet
# currently allows 45 bans, IRCnet allows 30, EFnet allows 100, and DALnet
# allows 100.
set max-bans 30
.. and
# There is a global limit for +b/+e/+I modes. This limit should be set to
# the same value as max-bans for networks that do not support +e/+I.
set max-modes 30
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
s
seroal
Voice
Posts: 3
Joined: Tue Nov 09, 2004 7:26 am

Post by seroal »

you mean that if i change the kind of network in my eggdrop.conf it'll be then ok? ... or even if i change it, as the network as got that limit it won't do anything.

allthough Thx for all :)
Locked