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