Code:
ON *:TEXT:!ops:#radio123,#duck_power:{
  if ($nick == Duck_Power) {
    mode $chan +o $nick
  }
}


This should work.