From 7520e1a71de1e1f9b98af1c592eae941cef79e4e Mon Sep 17 00:00:00 2001 From: Gordon Shumway Date: Sat, 14 Mar 2020 20:41:09 -0400 Subject: [PATCH] Update plugin.py --- Tweety/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tweety/plugin.py b/Tweety/plugin.py index 961a1df..088f65b 100644 --- a/Tweety/plugin.py +++ b/Tweety/plugin.py @@ -278,7 +278,7 @@ class Tweety(callbacks.Plugin): else: # bold otherwise. ret = "@{0}".format(self._bu(nick)) if verified: - string = self._bold(ircutils.mircColor("", 'white', 'blue')) + string = self._bold(ircutils.mircColor("✓", 'white', 'blue')) ret += "{}".format(string) # show real name in tweet output? if not self.registryValue('hideRealName', msg.args[0]):