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.
Old posts that have not been replied to for several years.
-
g
gregul
Post
by gregul »
how can i do this using tcl ?
-
ppslim
- Revered One
- Posts: 3914
- Joined: Sun Sep 23, 2001 8:00 pm
- Location: Liverpool, England
Post
by ppslim »
By reading tcl-commands.doc
bind flud
-
g
gregul
Post
by gregul »
"any floods detected through the flood control settings (like 'flood-ctcp') are sent here before processing"
if i set flood-ctcp 0:0 ctcp floods will not be sent to the bind ?
-
g
gregul
Post
by gregul »
i want to check too if all victims have +b (bots), and punish (for masskick) guy who kicked for example 3 bots - i'm talking about kick flood now
-
ppslim
- Revered One
- Posts: 3914
- Joined: Sun Sep 23, 2001 8:00 pm
- Location: Liverpool, England
Post
by ppslim »
You would have to do this yourself, as the flud bind can't tell you who got kicked.
Using the kick bind, global vars, timestamps and time checking, you should be able to track how many kicks in so many seconds took place.
Setting a flud setting to 0:0 will not trigger the bind, as 0:0 means it's disabled. And disabled means, will not work.
-
Petersen
- Owner
- Posts: 685
- Joined: Thu Sep 27, 2001 8:00 pm
- Location: Blackpool, UK
Post
by Petersen »
you can probably rip a lot of the needed code from other flood scripts (maybe sentinel, or repeat)