Top

Join flood protection


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  0.0 (of 0 scores)
Date Added  Aug 07, 2009
Last Updated  Aug 07, 2009
Tags  flood  join  protection 

Introduction

Paste it in your remotes comments appreciated

btw the timer is set to 5 seconds if you feel this is to strict change -u5 to -u3
and if it's to relaxed change it from -u5 to -u8

Thanks and enjoy ;)

Grab the Code

on *:JOIN:#:{ set -u5 %join 1
set -u5 %Joinflood $address($nick,2)
set -u5 %chan $chan
if (%mass == $null) { set %mass -u5 $address($nick,2) 
}
elseif (%mass !== $null) && (%mass == $null) { set -u5 %mass2 $address($nick,2)
}
elseif (%mass !== $null) && (%mass !== $null) { set -u5 %mass3 $address($nick,2)
}
elseif (%join >= 3) { 
raw -q kick # %mass Flood
raw -q kick # %mass2 Flood
raw -q kick # %mass3 Flood
.mode # +bbb 
}
else { halt 
}
on *:PART:#:{ if (%JoinFlood == $address($nick,2)) && (%chan == #) {
.mode # +b %joinflood
}

Comments

  (0)  RSS

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  
Bottom