As usual, there's a pretty good chance I should rtfm once again, or maybe I'm just plain stupid. Please bear with me.
I can't get my bot to stop bankick people for join floods. I've tried setting the values to both 0:0 and 100:1, both global and chan, fiddled with revenge mode etc. etc. but it just ignores me.
And yes, I really want to turn this off, it's not a normal "protective" bot.
Please, any ideas are appriciated. This is somewhat frustrating.
/Hamlet
set global-flood-chan 30:60
set global-flood-deop 3:10
set global-flood-kick 3:10
set global-flood-join 0:0
set global-flood-ctcp 3:60
set global-flood-nick 20:10
set global-aop-delay 5:30
set global-idle-kick 0
set global-chanmode "nt"
set global-stopnethack-mode 0
set global-revenge-mode 0
set global-ban-time 1
set global-exempt-time 60
set global-invite-time 60
One of the things you have to watch out for in eggdrop, is load order.
First off.
global-flood-join is used as a global setting, for any new channels created via .+chan in the partyline, or channels in the config file, whitout any specific settings.
In the config file, the setting used in the channel section, are for use of first creation.
Load order:
When eggdrop loads up, it will read it's config file. In this, any channels are loaded int his file, and the channel file and what not are named/set.
After this, the channel files is loaded, which will change any values within the config file, to those set in this file, thus overiding it.
Simply make the changes in the partyline with ".chanset"