PoiXon commented on a Page, Countusers Alias  -  May 31, 2005

yeh, they arent needed i think they got the idea from that listops thing in the help file and just played around with it.

rolz14 , you could use a loop like this

alias cusers {
var %i = 0
while ($nick(#,%i) != $null) {
inc %i
if ($nick(#,%i) == $null) {
msg $chan 10 $+ There is Currently $calc(%i - 1) users on the channel!
}
}
}

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.