diff options
| author | 2018-11-12 08:48:09 +0000 | |
|---|---|---|
| committer | 2018-11-12 08:48:09 +0000 | |
| commit | 3909d679dece4538a53ccba0c9fd85897b1b52ef (patch) | |
| tree | d317899b20368c11c632a184abf9c091abc788b9 /modules | |
| parent | Delimit added/removed/modified with "/" and boldify them (diff) | |
| signature | ||
Fix copypaste fail in modules/github.py
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/github.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/github.py b/modules/github.py index d121b328..40dce5ad 100644 --- a/modules/github.py +++ b/modules/github.py @@ -89,7 +89,6 @@ class Module(ModuleManager.BaseModule): modified = utils.irc.color("±%d" % len(commit["modified"]), utils.irc.COLOR_PURPLE) modified = utils.irc.bold(modified) - utils.irc.COLOR_PURPLE) outputs.append("(%s) [files: %s/%s/%s] commit by '%s': %s - %s" % (full_name, added, removed, modified, author, message, url)) |
