Code:
alias CheckNick {
  if (($me != Nick1) || ($me != Nick2) || (Guest isin $me)) nick MyNick
  if (!$timer(CheckNick)) .timerCheckNick 0 300 CheckNick
}

^You need the } on a new line