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.

flood kicks disrupting normal channel conversation

Old posts that have not been replied to for several years.
Locked
S
Solarin
Voice
Posts: 29
Joined: Wed Apr 09, 2003 1:50 pm
Location: Sydney Australia
Contact:

flood kicks disrupting normal channel conversation

Post by Solarin »

It is very consistent and annoying having the bot kick people after a quick ten lines of normal conversation. Why is this happening? The settings clearly do not have a 10:#.

[10:57] <Katja> HI Solarin
[10:58] <Katja> :)
[10:58] <Katja> i'm outside now
[10:58] <Solarin> :)
[10:58] <Katja> on the patio
[10:58] <Katja> :)
[10:58] <Katja> very nice
[10:58] <Solarin> good weather eh?
[10:58] <Katja> i know eh?
[10:58] <Katja> :)
[10:58] <Katja> (canadian eh?)
[10:58] <Katja> :p
[10:58] * Katja was kicked by somebot (flood)

netbots 4.90:
# sentinel.tcl settings
set nb_component(sentinel) 1
set sl_bcflood 5:30
set sl_bmflood 13:15
set sl_ccflood 5:15
set sl_avflood 6:15
set sl_tsunami 10
set sl_txflood 100:15
set sl_boflood 4:15
set sl_jflood 6:15
set sl_nkflood 6:15
...

.conf settings for the channel:
flood-chan 45:20
flood-deop 10:10
flood-kick 10:10
flood-join 10:30
flood-ctcp 9:30
flood-nick 10:30

.conf global settings:
set global-flood-chan 45:30
set global-flood-deop 15:10
set global-flood-kick 15:10
set global-flood-join 16:30
set global-flood-ctcp 15:30
set global-flood-nick 16:30
User avatar
Clipped
Halfop
Posts: 73
Joined: Fri Jan 24, 2003 2:27 am

Post by Clipped »

do a .chaninfo from the bot and see what the settings for flood-chan are etc..... you might have to do a .console #channel first if hes on more then one channel...

you can edit the flood settings on channel via

.chanset #chan flood-chan ?:?

or you have another script running thats kicking peeps...

Clipped
S
Solarin
Voice
Posts: 29
Joined: Wed Apr 09, 2003 1:50 pm
Location: Sydney Australia
Contact:

Post by Solarin »

I did a .chaninfo:
flood settings: chan ctcp join kick deop nick
number: 10 3 5 3 3 5
time : 60 60 60 10 10 60

Now why is this? You see what I have in my conf. I have not done any partyline adjustments. What is in the conf should hold true. *confused*

Btw: Definitely no other kick script loaded.
User avatar
Clipped
Halfop
Posts: 73
Joined: Fri Jan 24, 2003 2:27 am

Post by Clipped »

dynamic chan settings overide the config ....

simply type the

.chanset #channel flood-chan 30:60 or whatever you wish will fix the problem

CLipped
S
Solarin
Voice
Posts: 29
Joined: Wed Apr 09, 2003 1:50 pm
Location: Sydney Australia
Contact:

Post by Solarin »

Yeah thanks for that. That will solve the problems I have been having; however, that does not answer my question as to why these default settings are there in the first place. Should it not take the settings in the conf file AS the default until you explicitly change them in the partyline?

Is there a way to use the conf file settings for floods AS the default rather than having to tweek them in the partyline? This will make setting up bots easier.

Thanks again!
s
spock
Master
Posts: 319
Joined: Thu Dec 12, 2002 8:40 pm

Post by spock »

did you originally have 10:60 in the conf, then change them after starting the bot and joining a chan?
photon?
S
Solarin
Voice
Posts: 29
Joined: Wed Apr 09, 2003 1:50 pm
Location: Sydney Australia
Contact:

Post by Solarin »

Yes I did. I know exactly where you are heading with that. So apparently whatever the conf originally states is taken as the defaults. After that has been done initially, one must completely reset the bot by deleting the botnick.chan file OR perhaps just modify the botnick.chan file carefully.

Cheers!
User avatar
slennox
Owner
Posts: 593
Joined: Sat Sep 22, 2001 8:00 pm
Contact:

Post by slennox »

Refer to http://www.egghelp.org/using.htm#chansets (specifically the section titled "The chanfile")
Locked