Attempt to register servers for read/write when sending github hook notices

This commit is contained in:
jesopo 2018-10-06 10:02:02 +01:00
parent df94020ef5
commit 1fa66eebc6

View file

@ -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)