diff options
| author | 2018-10-06 10:02:02 +0100 | |
|---|---|---|
| committer | 2018-10-06 10:02:02 +0100 | |
| commit | 1fa66eebc6c1373fb2a04d300a1bb2e069aa04db (patch) | |
| tree | 05b5458e6db6c4592362d0a308a8eb6408eaa8c2 | |
| parent | Add database.find_by_setting, send github commits to interested channels (diff) | |
| signature | ||
Attempt to register servers for read/write when sending github hook notices
| -rw-r--r-- | modules/github.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/github.py b/modules/github.py index 7adee110..3e5734a7 100644 --- a/modules/github.py +++ b/modules/github.py @@ -37,3 +37,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) |
