# File lib/rbot/core/utils/httputil.rb, line 681
  def cleanup
    debug 'shutting down httputil'
    @bot.httputil.cleanup
    @bot.httputil = nil
    super
  end