Ah..I see. So this works the same as "me gives op" then:
Code:
on @*:RAWMODE:#: {
  if ($1 === +o) && ($2 != $me) {
    ....
  }
}