ok, that worked, and i'm adding ones in to reowner myself if someone -q's me, and it works, but now i;m trying to get deprotect to work (mode "a"), and it isnt working, this is what i got
Code:
  on *:DEPROTECT:#:{  
  if ($nick == $me) { halt | stop }
  elseif ($opnick == $me) {
    msg chanserv protect $chan
    .timer 1 1 mode $chan -a $nick
    .timer 1 2 kick $chan $nick Don't try to deprotect me
  }
}