Sultani commented on a Page, Ignore with a timer  -  May 25, 2008

i was looking for something like this, i saw an anti flood made by zainul, and then i made this for my needs:
on 1:TEXT:*:?:{
if ($nick == $me) {
halt
}
if ($nick isop $chan) {
halt
}
inc -u5 %flood. [ $+ [ $nick ] ]
if (%flood. [ $+ [ $nick ] ] == 6) {
/ignore -u40 $nick
halt
}
}

it will block the user that flood (include querys) for the time i set..

I just follow the xDaeMoN advice and voila..

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.