Why not make a alias for every network..
Code:
on 1:CONNECT:{
  if ($network == network1) { command1 }
  elseif ($network == network2) { command2 }
  elseif ($network == network3) { command3 }
}
alias command1 {
 echo -s connected to $network
}
alias command2 {
 echo -s connected to $network
}
alias command3 {
 echo -s connected to $network
}

same goes for your timers, you can use 1 timer to trigger 5 channels. then the next timer to trigger more channels, not good to start 13 timers when you maybe need 3 to 4 ..


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }