Top

Antiflood.. another..


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  1.0
Scores Submitted  1
Date Added  Jul 21, 2007
Last Updated  Jul 22, 2007
Tags  anti  flood  protection 
  Bookmark and Share

Introduction

This script bans user who is not opped, and messages 4 lines in 4 seconds for 10 minutes.
please add this pease of script too, but in a new remote file: on *:text:!antiflood*:#:{ if ($nick isop $chan) && ($2 == on) || ($2 == off) { set %antiflood. $+ [ $chan ] ] $2 | notice $nick Antiflood set
$2 }
else { if ($nick !isop $chan) { notice $nick You have no access to this command. }
else { if ($nick isop $chan) && ($2 != on) && ($2 != off) { notice $nick right format is: !antiflood on/off }
}
}
}
#FIXED little bug, thank you for vodkaplayer i love u too.

Grab the Code

Comments

  (2)  RSS
vodkaplayer
Comments: 2
 
mIRC Snippet:  Antiflood.. another..
Posted on Jul 21, 2007 10:12 pm
You should post that in the mIRC request section cause that\'s totally wrong
on *:text:#:{
lol...
juhapuha
Comments: 70
 
mIRC Snippet:  Antiflood.. another..
Posted on Jul 22, 2007 3:01 am
lol, i didn\'t check, with on *:text:*:#:{ it works.. so no reason to be so !@#$ nuicanse.

Please Register or Login to start posting comments.
Bottom