Anti,Flood

By weaver on Dec 08, 2006

This script will get those who paste alot of lines into a channel or people who specially flood. Not get those who talk fast or like to play around a little. Its also multi channel and server capable so you can have it running on different channels and servers and it will work fine.

URL: http://www.mircscripts.org/comments.php?cid=3923

;made by weaver irc.hackthissite.org

on @*:text:*:#: {
  inc -u2 $+(%,flood,.,$nick,.,$wildsite,.,$chan,$cid)
  if ($($+(%,flood,.,$nick,.,$wildsite,.,$chan,$cid),2) >= 7) { 
    kick $chan $nick flooding
  }
}

Comments

Sign in to comment.
Ghost-writer   -  Aug 26, 2009

i think the , are supposed to be for the $+ :|

 Respond  
guest598594   -  Jan 25, 2008
  inc -u2 $+(%,flood,.,$nick,.,$wildsite,.,$chan,$cid),2)

why\'s there two )\'s if there\'s only one ) ?

 Respond  
johnnysyeah   -  May 29, 2007

Could anyone so kind as to explain this line of code for me?
inc -u2 $+(%,flood,.,$nick,.,$wildsite,.,$chan,$cid),2)
I\'ve been looking at it and I still can\'t find the usage of the
\" ...),2) \"

 Respond  
Solo   -  Apr 27, 2007

Well this is a SNIPPET forum. ;)

 Respond  
|MELIORITE|   -  Apr 27, 2007

Some scripts include an anti-flood as part of the \"package\" of other things that a script offers. However, you still may get people searching for a better anti-flood snippet. Certainly there are variations in approaches to the coding. The work itself is neat.

 Respond  
weaver   -  Dec 09, 2006

i am not sure what you mean by \"But most of the script theese days have a built in anti-flood system\" this is an anti flood for a CHANNEL so it dosent need a \"BUILT IN\" anti flood. i am seriously confused with that comment.

 Respond  
Lindrian   -  Dec 08, 2006

It seems okay I suppose.

But most of the script theese days have a built in anti-flood system ;).

And for thoose who got a chanServ, You could set it to this for you aswell ;p.

 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.