mIRC Homepage
Posted By: bcancer mass clone flood - 11/09/08 08:30 PM
Can this be make or edit to have multiple ban incase of clone join flood like +bbbbbbbbbb or something so that i wont excess flood?

on @*:join:#: {
if ( %clonef == off ) || (!%clonef) || ($nick isop #) { return }
if ($ialchan($wildsite,#,0) > 3) {
ban -u3600 # $nick 2
kick # $ialchan($wildsite,#,1).nick 14Possible Clone Flood
}
}
Posted By: sparta Re: mass clone flood - 11/09/08 09:09 PM
Why not put the channel +i after lets say 2 joins from the same host? then it wouldent be any problem. smile
Posted By: Tomao Re: mass clone flood - 11/09/08 09:24 PM
If you conduct a google search with the key word: clone flood protection, you will have an answer on the first displayed result. There are several code methods to choose from. And of course many codes can easily be modified to fit your purposes.
Posted By: BanJirian Re: mass clone flood - 14/09/08 03:30 PM
Code:
.hinc -u10m b_ c_
if ($hget(b_,c_) < 13) { 
        .hadd -u10m bb cc $hget(bb,cc) $+($2,!*@*multiban*) 
        .timer_ban 1 1 !mode $1 $+(+,$str(b,12)) $hget(bb,cc)
      }
 
Posted By: bcancer Re: mass clone flood - 14/09/08 05:41 PM
how or where do i place this code in my code?
© mIRC Discussion Forums