when I put the script in it did nothing

I did not get any notification that it started

Code:
on *:text:!test:#: {
  if ($nick isop #) { timerTest 0 600 Msg # Test }
  else { msg # You are not allowed to use this command. }
}

on *:text:!stoptimer:#: {
  timerTest off
}