Advertisement
westor

Join flood protection

Nov 2nd, 2014
452
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.24 KB | None | 0 0
  1. ON !*:JOIN:#: {
  2.   if (%joins_ [ $+ [ $chan ] ] == 5) {
  3.     if ($me isop $chan) { unset %joins_ [ $+ [ $chan ] ] | .mode $chan +i | .timer[UNSET_MODE_ $+ $chan $+ ] 1 30 mode $chan -i | return }
  4.   }
  5.   inc -eu10 %joins_ [ $+ [ $chan ] ]
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement