# File lib/rbot/irc.rb, line 1447
    def has_op?(user)
      @mode.has_key?(:o) and @mode[:o].list[user]
    end