Top

Little Join Flood Protection

Please Register to submit score.
Average Score  0.0
Scores Submitted  0
Date Added  Apr 22, 2008
Last Updated  Apr 22, 2008
Tags  anti  flood  join  mass  protection 

Introduction

kinda easy to understand.

;this line is in how many Seconds it will trigger if..
inc -u5 %joins. [ $+ [ $chan ] ]
;..there is 4 joins
if ( %joins. [ $+ [ $chan ] ] == 4 ) {

;Only the number 5 and 4 could be changed, but its not a suggested
;snippets if you are on a HIGH-Traffic channel.
;Because NetSplits will trigger it.
;Its Only a Little Simple Script.
;Manipulate it like you feel, and learn From it! :)

Grab the Code

Comments

  (9)  RSS
mountaindew
Comments: 1,366
 
mIRC Snippet:  Little Join Flood Protection
Posted on Apr 22, 2008 6:10 pm
I would make it on @*:join... so that it checks if you are op in that channel.
BlueThen
Comments: 236
 
mIRC Snippet:  Little Join Flood Protection
Posted on Apr 22, 2008 6:20 pm
This looks very similar to http://www.hawkee.com/snippet/1291/
Xpl0reR
Comments: 51
 
mIRC Snippet:  Little Join Flood Protection
Posted on Apr 22, 2008 10:56 pm
BlueThen The link you posted is an anti-spam script, and there is no ripping here. !
EL
Comments: 801
 
mIRC Snippet:  Little Join Flood Protection
Posted on Apr 22, 2008 11:39 pm
!!!!!!!! YEA what he said.
criminal
Comments: 127
 
mIRC Snippet:  Little Join Flood Protection
Posted on Apr 23, 2008 2:21 pm
join flood, text flood.
both small so there's like 99.99% change they're the same >.<
mountaindew
Comments: 1,366
 
mIRC Snippet:  Little Join Flood Protection
Posted on Apr 23, 2008 3:24 pm
I believe xplorer, any basic spam thing would be set up that way.
HoNdAx707
Comments: 59
 
mIRC Snippet:  Little Join Flood Protection
Posted on Apr 23, 2008 7:37 pm
i would do mode $chan +i or +R
EL
Comments: 801
 
mIRC Snippet:  Little Join Flood Protection
Posted on Apr 23, 2008 11:55 pm
I d go +j for CS just cause of knockin with +i could just use a channel limiter or something of that sort er doesnt unreal ircD have a built in join flood protection? damn ircD has everything else i dont see why it wouldn't lol i cant remember what all they have =/
Xpl0reR
Comments: 51
 
mIRC Snippet:  Little Join Flood Protection
Posted on May 12, 2008 6:25 pm
HoNdAx707 +R is an invalid mode for undernet, and this network is where i hang out the most. well. +R is actually a valid mode but for chanfix, ( So C will know that a channel is Registered thru X ) but no one can change this mode,

and EL .. +j is an invalid mode too on undernet, there is no such thing as knocking

Thnx for your Comments :p

Please Register or Login to start posting comments.
Bottom