# File lib/rbot/message.rb, line 624
    def inspect
      fields = ' channel=' << channel.to_s
      super(fields)
    end