small plugin tweaks

This commit is contained in:
Luke Rogers 2012-03-19 23:31:54 +13:00
parent 1a1e1f8479
commit 03f82203e1
2 changed files with 2 additions and 2 deletions

View file

@ -159,4 +159,4 @@ def twitter(inp):
text = unescape_xml(tweet.find(text).text.replace('\n', ''))
screen_name = tweet.find(screen_name).text
return "\x02@%s\x02: %s [ %s ago ]" % (screen_name, text, time_pretty)
return "\x02@%s\x02: %s (%s ago)" % (screen_name, text, time_pretty)