Revert "add IRCBot.http_client(), to allow modules to override default http client"

This reverts commit 81347fbba0.
This commit is contained in:
jesopo 2019-09-11 18:08:44 +01:00
parent ad45848abb
commit 2bd7d591c3

View file

@ -59,9 +59,6 @@ class Bot(object):
self._events.on("timer.reconnect").hook(self._timed_reconnect)
def http_client(self):
return self._exports.get_one("http-client", utils.http.Client)
def _trigger_both(self):
self.trigger_read()
self.trigger_write()