# File lib/net/yail/output_api.rb, line 33
  def raw(line, report = true)
    @socket.puts line
    report "bot: '#{line}'" if report
  end