refactor: httputil no longer core module see #38
authorMatthias Hecker <mail@apoc.cc>
Tue, 14 Apr 2020 17:42:37 +0000 (19:42 +0200)
committerMatthias Hecker <mail@apoc.cc>
Tue, 14 Apr 2020 17:42:37 +0000 (19:42 +0200)
commitfda847bf583b9cc02eda341730d53887302ffe57
treef5ed918626e2b7eb439da30f0c51aa447a18a41b
parent391c2ce19c0954d3ea0f7b6cc17c001d26491ca6
refactor: httputil no longer core module see #38

This is intended to make testing/mocking of the http client easier.
data/rbot/plugins/geoip.rb
data/rbot/plugins/translator.rb
data/rbot/plugins/weather.rb
lib/rbot/httputil.rb [moved from lib/rbot/core/utils/httputil.rb with 98% similarity]
lib/rbot/ircbot.rb