Say, for example this script,
Code:
on *:TEXT:!teststart:#: {
  if ($nick isop #) {
    msg # this is just an example.
    msg # just an example.
    .timerAnnouncer 6 1800 msg $chan just an example
  }
  else {

  }
}



I want this to automatically startup as soon as a stream (twitch) starts but I have no idea if its possible.

If not, is there a way I can set a time for it to start without me having to type in a command?
Thanks