# File lib/rbot/message.rb, line 612 def inspect fields = ' topic=' << topic fields << ' (set on ' << timestamp << ')' super(fields) end