Advertisement
SpecialG

mIRC massinvite

Feb 19th, 2012
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. alias massinvite {
  2. var %x = 1
  3. while (%x <= $nick($1,0,r)) {
  4. .timer 1 $calc(%x + 2) invite $nick($1,%x,r) $2
  5. inc %x
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement