Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias nicklist {
- if (!$1) { echo -ac info * /nicklist: No channel specified }
- var %netcount $scon(0)
- while %netcount {
- var %i = 0
- scon %netcount
- while (%i < $nick($1, 0)) {
- inc %i
- var %n $nick($1, %i)
- if (!$istok($botlist,%n,44)) { var %string $addtok(%string,$+($chr(32),%n),44) }
- }
- dec %netcount
- }
- echo -a %string
- }
- alias -l botlist {
- return Quotebot,triviabot,otherbot,botname
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement