Advertisement
illpastethat

Nicklist multiple servers garen

Jul 12th, 2015
528
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.44 KB | None | 0 0
  1. alias nicklist {
  2.   if (!$1) { echo -ac info * /nicklist: No channel specified }
  3.   var %netcount $scon(0)
  4.   while %netcount {
  5.     var %i = 0
  6.     scon %netcount
  7.     while (%i < $nick($1, 0)) {
  8.       inc %i
  9.       var %n $nick($1, %i)
  10.       if (!$istok($botlist,%n,44)) { var %string $addtok(%string,$+($chr(32),%n),44) }
  11.     }
  12.     dec %netcount
  13.   }
  14.   echo -a %string
  15. }
  16. alias -l botlist {
  17.   return Quotebot,triviabot,otherbot,botname
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement