From 86c36d2ecc860a86daf3011b1752d2b12bbd13f0 Mon Sep 17 00:00:00 2001 From: jesopo Date: Wed, 22 May 2019 20:29:53 +0100 Subject: LIGHTBLUE tick for verified twitters, not GREEN --- modules/tweets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/tweets.py b/modules/tweets.py index 605da965..7f91465d 100644 --- a/modules/tweets.py +++ b/modules/tweets.py @@ -43,7 +43,7 @@ class Module(ModuleManager.BaseModule): verified = "" if tweet["user"]["verified"]: - verified = " %s" % utils.irc.color("✓", utils.consts.GREEN) + verified = " %s" % utils.irc.color("✓", utils.consts.LIGHTBLUE) tweet_link = "https://twitter.com/%s/status/%s" % (username, linked_id) -- cgit v1.3.1-10-gc9f91