Method: HttpUtilPlugin#cleanup

Defined in:
lib/rbot/core/utils/httputil.rb

#cleanupObject



691
692
693
694
695
696
# File 'lib/rbot/core/utils/httputil.rb', line 691

def cleanup
  debug 'shutting down httputil'
  @bot.httputil.cleanup
  @bot.httputil = nil
  super
end