I don't know what I did but this command suddenly doesn't work anymore. I did try to "fix" a few things in here but I don't know what I did lol, thanks in advance

Code:
on *:TEXT:!latestvid:#: {
  if ($nick isop #) {
    msg # /me Check out the most recent YouTube video! 
    .timerAnnouncer 6 1800 /me Check out the most recent YouTube video!
  }
  else {

  }
}