# File lib/rbot/message.rb, line 247
    def initialize(bot, source, target, channel, message="")
      super(bot, source, target, message)
      @channel = channel
    end