Advertisement
Ford

Clone Kick

Apr 5th, 2011
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. On @!*:join:#: {
  2. if ($ialchan($wildsite,#,0) > 3) {
  3. mode $chan +iRM
  4. tokenize 32 $regsubex($str(.,$ialchan($wildsite,#,0)),/(.)/g,$+($chr(32),$ialchan($wildsite,#,\n).nick))
  5. kick # $* Join Flood Detected
  6. .timerJoinFlood 1 800 mode # -iRM
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement