Id: 10645; Nick: ss; Timestamp: 2008-05-16 11:28:48; Pasted as: mIRC
Description: sd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
alias masskick2 {
  echo -a $1-
  %y = 1
  while (%y <= $numtok($1-,32)) {
    if ($gettok($1-,%y,32) != $me) {
      ban $active $gettok($1-,%y,32)
      kick $active $gettok($1-,%y,32) Banned.
    }
    inc %y
  }
}
 
menu nicklist {
  Masskick:masskick2 $$1-
}
 
Options: New, Download,
, mIRC Parser;
Copyright © 2006 by Zyberdog - Some rights reserved. (Browse/Disclaimer/Stats/About)