Tweety: minor edit to last commit

This commit is contained in:
Gordon Shumway 2020-06-09 15:21:06 -04:00 committed by GitHub
parent e038a805e1
commit 3f421c65bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -289,7 +289,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]):