Code:
on *:connect: {
  var %chan = #chan1,#chan2,#chan3 , %a = 1
  while $gettok(%chan,%a,44) {
    inc %timer 10
    timer 1 %timer join $v1
    inc %a
  }
}


Quote:
var %a = 0,%chan = #chan1 #chan2 #chan3
while ($gettok(%chan,%a,32)) {
.timer 1 $calc(%a * 10) join $v1


don't mean anything but there is something wrong with this coz on start the N = 0 and will return 3 so it'll do a command like
//join 3

Last edited by nomer2007; 24/11/07 05:44 PM.