Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias massinvite {
- var %x = 1
- while (%x <= $nick($1,0,r)) {
- .timer 1 $calc(%x + 2) invite $nick($1,%x,r) $2
- inc %x
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement