Attempt to register servers for read/write when sending github hook notices
This commit is contained in:
parent
df94020ef5
commit
1fa66eebc6
1 changed files with 1 additions and 0 deletions
|
@ -37,3 +37,4 @@ class Module(ModuleManager.BaseModule):
|
||||||
|
|
||||||
self.events.on("send.stdout").call(target=channel,
|
self.events.on("send.stdout").call(target=channel,
|
||||||
module_name="Github", server=server, message=line)
|
module_name="Github", server=server, message=line)
|
||||||
|
self.bot.register_both(server)
|
||||||
|
|
Loading…
Reference in a new issue