I would like to see this:
Code:
alias -s hello* {
  if ($1 == alan) echo -a someone just did /helloalan
  elseif ($1 == cat) echo -a someone just did /hellocat
}


So you could do /helloanything and it would call the hello alias.
Just like /timer