hello everyone. i am kind of new at mirc scripting. basically what i am trying to do is, when someone types for example !timertest, my bot will wait for the amount of time specified and then say messege "this is a test." here is what i have in my remotes.

on *:TEXT:*!timertest*:#: {
timer1 1 5 /msg # this is a test {
}
}


i cannot tell what i am doing wrong.