# File lib/rbot/irc.rb, line 716
    def ==(other)
      return false unless other.kind_of?(self.class)
      self.downcase == other.downcase
    end