From 53a819512f2d156cf2c571b4047174ff788636c1 Mon Sep 17 00:00:00 2001 From: jesopo Date: Thu, 7 Feb 2019 15:56:30 +0000 Subject: Make commit hash LIGHTBLUE in `status` event (github) --- modules/github/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/github') diff --git a/modules/github/__init__.py b/modules/github/__init__.py index e823cb06..7d0046d1 100644 --- a/modules/github/__init__.py +++ b/modules/github/__init__.py @@ -529,7 +529,8 @@ class Module(ModuleManager.BaseModule): def status(self, full_name, data): context = data["context"] url = data["target_url"] - commit = self._short_hash(data["sha"]) + commit = utils.irc.color(self._short_hash(data["sha"]), + utils.consts.LIGHTBLUE) state = data["state"] if state == "success": -- cgit v1.3.1-10-gc9f91