Change:
Code:
  var %chan = $iif($1 != $null,$1,$active), %y = $nick(%chan,0)
  echo -ac info * Performing /whois on all users in %chan $+ . $+($chr(40),%y users total,$chr(41))
  hmake xwhois 1
  while (%y) {
    hadd xwhois $nick(%chan,%y)


to:

Code:
 var %chan = $iif($1 != $null,$1,$active), %y = $nick(%chan,0,r)
  echo -ac info * Performing /whois on all users in %chan $+ . $+($chr(40),%y users total,$chr(41))
  hmake xwhois 1
  while (%y) {
    hadd xwhois $nick(%chan,%y,r)


(Add ,r to 2 places)


Invision Support
#Invision on irc.irchighway.net