And echo it?
Code:
alias loopy {
  var %con = $scon(0)
  while (%con) {
    scon %con
    var %cha = $chan(0)
    while (%cha) {
      echo -a :: $server :: $chan(%cha) ::
      dec %cha
    }
    dec %con
  }
}

That's the general idea of what you're wanting.