# File lib/rbot/message.rb, line 560
    def initialize(bot, server, source, target, whois)
      super(bot, server, source, target, "")
      @address = (target == @bot.myself)
      @whois = whois
    end