Guest User

Untitled

a guest
Dec 8th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.20 KB | None | 0 0
  1. on *:join:#roc:{
  2.   inc -u5 %joincount 1
  3.   if (%joincount >= 3) && (!%joinflood) {
  4.     set -u60 %joinflood == on
  5.     mode #roc +l $calc($nick(#roc,0) + 2)
  6.     timerjoin 1 $r(30,60) mode #roc -l
  7.   }
  8. }
Add Comment
Please, Sign In to add comment