Ok, i searched more & i found a script from "Genius at work" ...
(i already made some changes to it, btw...)
This one:
on @*:TEXT:*:#: {
if ($nick isop $chan) return
inc -u5 $+(%,flood.,$chan) 1
if ($($+(%,flood.,$chan),2) > 3) {
mode $chan +m
mode $chan -v $nick
msg $chan You aint allowed to flood on this channel, $nick !
timer 1 5 mode $chan -m
}
}
Well, that's working fine... But i need something else (changes) & i don't know how to create them by myself.
-
Needed:
The script is detecting everyone that's flooding different lines, but i'm searching for a working script that only does the same, but then only when users "REPEAT" the lines, not when they're flooding different lines... & The script is doing mode +m, then -v the user & after 5 seconds it does -m again, i want ² keep that but with a warning, the second time they gettin' banned for 30 minutes or something, can someone please help me with this?
