You could try this, which you use with /topics
Code:
alias topics scon -at1 echotopics
alias -l echotopics {
  var %n = $chan(0)
  while (%n) {
    echo $color(Topic text) -t $chan(%n) $+(* Topic is ',$chan(%n).topic,')
    dec %n
  }
}