# File lib/rbot/irc.rb, line 107 def ==(arg) other = arg.to_irc_casemap return self.upper == other.upper && self.lower == other.lower end