diff --git a/modules/github.py b/modules/github.py index c43b9cb4..801ebdce 100644 --- a/modules/github.py +++ b/modules/github.py @@ -67,7 +67,7 @@ class Module(ModuleManager.BaseModule): hide_prefix=channel.get_setting("github-hide-prefix", False)) def _change_count(self, n, symbol, color): - return utils.irc.color("%s%d" % (symbol, n), color)+utils.irc.bold() + return utils.irc.color("%s%d" % (symbol, n), color)+utils.irc.bold("") def _added(self, n): return self._change_count(n, "+", utils.consts.GREEN) def _removed(self, n):