yup... look at that it works. Learn something new everyday, I threw some code together and it actually worked:
Code:
alias nicklookup {
  set %address $?="address"
  set %total $ial(*!*@* $+ %address,0) | set %count 1
  echo -a %total nick(s) found
  while (%count <= %total) {
    echo -a %count $+ : $ial(*!*@* $+ %address,%count).nick | inc %count
  }
}