mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-25 20:41:21 -05:00
Tweety: minor tweak to last commit
This commit is contained in:
parent
9ce5014262
commit
3ae22932c1
@ -258,7 +258,7 @@ class Tweety(callbacks.Plugin):
|
||||
url = self._shortenUrl("https://twitter.com/{0}/status/{1}".format(nick, tweetid))
|
||||
if url:
|
||||
text += " {0}".format(url)
|
||||
if retweetid:
|
||||
if retweetid and retweetid != tweetid:
|
||||
url2 = self._shortenUrl("https://twitter.com/{0}/status/{1}".format(nick, retweetid))
|
||||
if url2:
|
||||
text += " {0}".format(url2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user