Make repo name grey (github)
This commit is contained in:
parent
58b1e41b5d
commit
02c7c4503c
1 changed files with 3 additions and 1 deletions
|
@ -369,7 +369,9 @@ class Module(ModuleManager.BaseModule):
|
|||
for server, channel in targets:
|
||||
for output in outputs:
|
||||
source = full_name or organisation
|
||||
output = "(%s) %s" % (source, output)
|
||||
output = "(%s) %s" % (
|
||||
utils.irc.color(source, COLOR_REPO), output)
|
||||
|
||||
if channel.get_setting("github-prevent-highlight", False):
|
||||
output = self._prevent_highlight(channel, output)
|
||||
|
||||
|
|
Loading…
Reference in a new issue