diff options
| author | 2018-10-06 15:45:56 +0100 | |
|---|---|---|
| committer | 2018-10-06 15:45:56 +0100 | |
| commit | 79aff93b5de3cd9ed61920abe5e7c1f0acd1b27d (patch) | |
| tree | eb4352ae097d4389bfca1cfb558e2d2433e653ac /modules/github.py | |
| parent | Strip/replace \n from git commit messages in modules/github.py (diff) | |
| signature | ||
Add a ControlSocket client to IRCBot.py, use it to trigger the epoll loop when a
github webhook has been caught!
Diffstat (limited to 'modules/github.py')
| -rw-r--r-- | modules/github.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github.py b/modules/github.py index 789b8c00..ab5744b2 100644 --- a/modules/github.py +++ b/modules/github.py @@ -41,4 +41,4 @@ class Module(ModuleManager.BaseModule): self.events.on("send.stdout").call(target=channel, module_name="Github", server=server, message=line) - self.bot.register_both(server) + self.bot.trigger() |
