# File lib/rbot/irc.rb, line 826
    def ===(arg)
      arg.to_irc_netmask(:casemap => casemap).matches?(self)
    end