Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.11 KB | None | 0 0
  1. chaninvite {
  2.   %i = 1
  3.   while (%i <= $nick($active,0)) {
  4.     .invite $nick($active, %i) $1
  5.     inc $i
  6.   }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement