Since you are using an if statement with dual statements, you'll have to enclose them with ( ) properly. Copy and paste this into your remotes.
Code:
on *:OP:#:{
  if (($nick == Chanserv) && ($opnick == $me)) {
    timer 1 30 mode $chan -o $me
  }
}

Leave everything as is, and it will work.