LIGHTBLUE tick for verified twitters, not GREEN
This commit is contained in:
parent
ce37c66e8a
commit
86c36d2ecc
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
|
|
||||||
verified = ""
|
verified = ""
|
||||||
if tweet["user"]["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,
|
tweet_link = "https://twitter.com/%s/status/%s" % (username,
|
||||||
linked_id)
|
linked_id)
|
||||||
|
|
Loading…
Reference in a new issue