aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/github/module.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github/module.py b/modules/github/module.py
index 9de3b144..c8b7c4f9 100644
--- a/modules/github/module.py
+++ b/modules/github/module.py
@@ -331,7 +331,7 @@ class Module(ModuleManager.BaseModule):
source = full_name or organisation
output = "(%s) %s" % (source, output)
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,
module_name="Github", server=server, message=output,