diff options
| author | 2019-09-11 18:08:44 +0100 | |
|---|---|---|
| committer | 2019-09-11 18:08:44 +0100 | |
| commit | 2bd7d591c37911b4e30e565828f87adc5e2165ef (patch) | |
| tree | a985f240ebfb4e5474d840d74cdfd42e7651d164 | |
| parent | Revert "switch to using IRCBot.http_client() in title.py" (diff) | |
| signature | ||
Revert "add IRCBot.http_client(), to allow modules to override default http client"
This reverts commit 81347fbba0ab9325321bc9e085b3354bb16512df.
| -rw-r--r-- | src/IRCBot.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/IRCBot.py b/src/IRCBot.py index 8004cde2..526484b8 100644 --- a/src/IRCBot.py +++ b/src/IRCBot.py @@ -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() |
