This one takes half of the time:

Code:
alias list {
  var %i = $nick($chan,0)
  while (%i) {
    var %t = $nick($chan,%i)
    echo -s %t $iif(%t isop $chan,Is Oped!,$iif(%t isvoice $chan,Is Voiced!,Is Regular!))
    dec %i
  }
} 
 


wanted