Update plugin.py
This commit is contained in:
parent
51fad0e83b
commit
7520e1a71d
|
|
@ -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]):
|
||||
|
|
|
|||
Loading…
Reference in New Issue