From 2072c9f3e86a90b66bef437ad26b1f35996d527c Mon Sep 17 00:00:00 2001 From: jesopo Date: Sat, 17 Nov 2018 09:39:27 +0000 Subject: [PATCH] Boldify `pusher` for combined commits --- modules/github.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/github.py b/modules/github.py index c1e25f3a..d7a01ba8 100644 --- a/modules/github.py +++ b/modules/github.py @@ -102,7 +102,7 @@ class Module(ModuleManager.BaseModule): else: first_id = self._short_hash(data["before"]) last_id = self._short_hash(data["commits"][-1]["id"]) - pusher = data["pusher"]["name"] + pusher = utils.irc.bol(data["pusher"]["name"]) url = COMMIT_RANGE_URL % (full_name, first_id, last_id) commits = data["commits"]