# File rbot/message.rb, line 213 def initialize(bot, source, channel, timestamp, topic="") super(bot, source, channel, topic) @topic = topic @timestamp = timestamp @channel = channel end