Those timers overwrite each other and have repetitions.

Code:
alias ajoin {
  join #chan1
  .timer 1 2 join #chan2
  .timer 1 4 join #chan3
  .timer 1 6 join #chan4
}