Guest User

Untitled

a guest
Dec 8th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.21 KB | None | 0 0
  1. on *:JOIN:#roc: {
  2.   if ($nick == $me ) { halt }
  3. timerr 1 $r(2,10) .mode # +l $calc($nick(#roc,0) + 2)
  4. }
  5.  
  6. on *:PART:#roc: {
  7.   if ($nick == $me ) { halt }  
  8. timerr 1 $r(2,10) .mode # +l $calc($nick(#roc,0) - 1)
  9. }
Add Comment
Please, Sign In to add comment