Code:
on @Chanop:TEXT:op*:#: {
  if ($2 == $null) mode $chan +o $nick
  if ($2 ison $chan) mode $chan +o $2
} 


Works fine for me, if you added yourself correctly there is no reason I can think of for it not to work.