why not /who $chan

Quote:
on *:input:#:{
if ($1 == !whois) whoc $chan
}

alias whoc {
var %who = $iif(!$1,$active,$1), %ch = $nick(%who,0) | while (%ch) { whois $nick(%who,%ch) | dec %ch }
}


You could put the alias code into the input event if you want.

Last edited by DJ_Sol; 31/03/07 06:55 PM.