Actually use the output of _prevent_highlight (github)
This commit is contained in:
parent
2d113011ed
commit
506aef6366
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
source = full_name or organisation
|
source = full_name or organisation
|
||||||
output = "(%s) %s" % (source, output)
|
output = "(%s) %s" % (source, output)
|
||||||
if channel.get_setting("github-prevent-highlight", False):
|
if channel.get_setting("github-prevent-highlight", False):
|
||||||
self._prevent_highlight(channel, output)
|
output = self._prevent_highlight(channel, output)
|
||||||
|
|
||||||
self.events.on("send.stdout").call(target=channel,
|
self.events.on("send.stdout").call(target=channel,
|
||||||
module_name="Github", server=server, message=output,
|
module_name="Github", server=server, message=output,
|
||||||
|
|
Loading…
Reference in a new issue