purple doesn't need the bold() trick as weechat doesn't bold it to make it the

color it is, thus a forceful unbolding isn't required!
This commit is contained in:
jesopo 2018-11-13 17:59:45 +00:00
parent d18d28f0a2
commit 0b1881b1a9

View file

@ -90,7 +90,6 @@ class Module(ModuleManager.BaseModule):
modified = utils.irc.color("±%d" % len(commit["modified"]),
utils.consts.PURPLE)
modified = utils.irc.bold(modified)
outputs.append("(%s) [%s/%s/%s files] commit by '%s': %s - %s"
% (full_name, added, removed, modified, author, message, url))