Code:
on @*:text:!topic*:#:{
  if ($2 != $null) {
    if ($nick isop #) topic # $2-
  }
  else {
    msg # $chan(#).topic
  }
}