What they could do is stick all their channels into a file called "chans.txt" and do something like...

Code:
alias chans { 
  var %x = $lines(chans.txt)
  while (%x) {
    inc %join 2
    .timer 1 %join join $read(chans.txt,%x)
    dec %x
  }
}



Or something along those lines.

-Andy