aboutsummaryrefslogtreecommitdiff
path: root/modules/github.py
diff options
context:
space:
mode:
authorGravatar jesopo2018-10-06 15:45:56 +0100
committerGravatar jesopo2018-10-06 15:45:56 +0100
commit79aff93b5de3cd9ed61920abe5e7c1f0acd1b27d (patch)
treeeb4352ae097d4389bfca1cfb558e2d2433e653ac /modules/github.py
parentStrip/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.py2
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()