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