# File lib/rbot/plugins.rb, line 520
    def report_error(str, err)
      ([str, err.inspect] + err.backtrace).join("\n")
    end