MoonCrawlerVG commented on a Page, Anti-Flood Script  -  Nov 24, 2013

how do I change it so it doesnt kick ops?

choo-ooza  -  Nov 24, 2013

on:text::#:{
if ($nick isop $chan) { halt }
add this line after on TEXT command.

Regards

Hitman  -  Nov 24, 2013


on @:TEXT::#:{
inc -u4 %spam. [ $+ [ $nick ] ]
if (%spam. [ $+ [ $nick ] ] == 6) && ($nick isReg $Chan) {
ban -ku300 $chan $nick Don't Spam! 5 Minute ban.
halt
}
}

MoonCrawlerVG  -  Nov 25, 2013

Okay thanks those worked great. just out of curiosity too what do I have to write so it does kick users with voice?

Sign in to comment

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.