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:
parent
d18d28f0a2
commit
0b1881b1a9
1 changed files with 0 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue