Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. alias masskick {
  2. unset %total
  3. set %count.nick 0
  4. set %total $nick(#,0)
  5. :start
  6. inc %count.nick
  7. if (%count.nick > %total) { halt }
  8. if ($nick(#,%count.nick) == $me) { goto start }
  9. else { kick # $nick(#,%count.nick) | goto start }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement