From 506aef63665ac92b16ba49f6064e85be6ed90245 Mon Sep 17 00:00:00 2001 From: jesopo Date: Sat, 26 Jan 2019 10:53:14 +0000 Subject: Actually use the output of _prevent_highlight (github) --- modules/github/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/github') 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, -- cgit v1.3.1-10-gc9f91