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 Kick

Old posts that have not been replied to for several years.
Locked
O
OpSiS

Flood Kick

Post by OpSiS »

I want to turn flood kick off but i can't do it.

I've deleted the flood lines in the config file but the bot still kicking users by flood on chan...

What do i have to do??? :-?
d
darko``
Op
Posts: 121
Joined: Sun Sep 08, 2002 5:33 pm
Location: Malta

Post by darko`` »

Set it to 0:0.

channel set #channel flood-kick 0:0

(or from the console .chanset #channel flood-kick 0:0)

Same applies for all other settings that have counts:seconds format.
Ignorant and lazy people will save 30 minutes by chosing simple config file. Smart ones will save 3000 minutes of *everyone's* time by opting for complete config file.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

You will need to apply this in the config file and in the partyline.

Once the bot is started, with settings in the config file, it will save them to the channel file.

THe problem is, the channel file is not loaded, until the processing of the config file is complete.

Under this situation, the settings in the channel file, overwrite anything stored in the config file.

Thus, the change will need to be made in the partyline.
Locked