Well, unfortunately I'm at work right now, but I whipped up this quick and dirty alias to do just that for you:

Code:
alias ignores {
  var %w = $+(@temp,$ctime), %m = $ignore(0), %i = 1, %l = $+(,$color(quit)), %e = echo -a, %n
  if (!%m) { ignore -l | return }
  window -lsh %w
  while (%i <= %m) {
    aline %w $+($gettok($ignore(%i),2,64),^,%i)
    inc %i
  }
  %i = 1
  %e $+(%l,* Ignore List:)
  while (%i <= %m) {
    %e $+(%l,$ignore($gettok($line(%w,%i),2,94)))
    inc %i
  }
  window -c %w
}


Just type: /ignores

The alias will do the rest, and output the list by the hostmask, rather than sorting by the first characters before the address.

Last edited by Zmodem; 31/08/15 05:29 PM.

-Zmodem