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.

Stop flood protection?

Old posts that have not been replied to for several years.
Locked
m
mrtero
Voice
Posts: 5
Joined: Sun Nov 21, 2004 7:07 pm

Stop flood protection?

Post by mrtero »

Im all new to this eggdrop thing... so i really need som help here.. how do i stop the flood protection? when somone flood.. my bot kick them :( i dont want that.. can annyone help me on this?
User avatar
KrzychuG
Master
Posts: 306
Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:

Post by KrzychuG »

You have to set flood-type (you can see all available types in .chaninfo #channel - at the end) to 0:0, for example:
.chanset #channel flood-chan 0:0
Que?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

In the '##### CHANNELS MODULE #####' section of your conf set the following values:

Code: Select all

set global-flood-chan 0:0
set global-flood-deop 0:0
set global-flood-kick 0:0
set global-flood-join 0:0
set global-flood-ctcp 0:0
set global-flood-nick 0:0
In existing channels use .chanset <channel> <settings>

Example:

Code: Select all

.chanset #chan flood-chan 0:0
Do that for each of the flood controls you want turned off.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
m
mrtero
Voice
Posts: 5
Joined: Sun Nov 21, 2004 7:07 pm

Post by mrtero »

Thanx!!!! your the best ;)
Locked