Code:
alias test {
  var %x = 1, %xx = $lines(" $+ $mircdiraj\ $+ %tnwork $+ .txt $+ ")
  while %x <= %xx {
    var %chan = $read($mircdiraj\ $+ %tnwork $+ .txt,nt,%x)
    .timer 1 %x join %chan
    inc %x
  }
}


This still won't work properly for channels that require a key.
In order to make that modification, I'm going to need to know where and how the key is stored, or if you prefer to enter the key manually each time.

Note: I'm not positive that I can do it so that you enter the key each time, and I don't have time at the moment to research it further.

Last edited by RusselB; 10/05/07 06:30 PM.