when using this the script does not work
it looks like $chan = null insted of channel name and same with $nick = null insted of nick
Code:
 on *:TEXT:!test:#:{
  .timertest 1 5 { test # }
  .timertest2 1 5 { test2 # }
  /halt
}
alias test {
  msg $chan alias 1 found $nick 
}

alias test2 {
  msg $chan alias 2 found $nick 
}