mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-28 22:41:08 -05:00
Tweety: minor edit to last commit
This commit is contained in:
parent
e038a805e1
commit
3f421c65bc
@ -289,7 +289,7 @@ class Tweety(callbacks.Plugin):
|
|||||||
else: # bold otherwise.
|
else: # bold otherwise.
|
||||||
ret = "@{0}".format(self._bu(nick))
|
ret = "@{0}".format(self._bu(nick))
|
||||||
if verified:
|
if verified:
|
||||||
string = self._bold(ircutils.mircColor("", "white", "blue"))
|
string = self._bold(ircutils.mircColor("✓", "white", "blue"))
|
||||||
ret += "{}".format(string)
|
ret += "{}".format(string)
|
||||||
# show real name in tweet output?
|
# show real name in tweet output?
|
||||||
if not self.registryValue("hideRealName", msg.args[0]):
|
if not self.registryValue("hideRealName", msg.args[0]):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user