Tweaked answers plugin
This commit is contained in:
parent
bbdfb23e16
commit
0c4826fb08
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@ def answer(inp):
|
||||||
short_url = web.isgd(result["Link"])
|
short_url = web.isgd(result["Link"])
|
||||||
answer = text.truncate_str(result["ChosenAnswer"], 80)
|
answer = text.truncate_str(result["ChosenAnswer"], 80)
|
||||||
|
|
||||||
return u"{} {} - {}".format(result["Subject"], answer, short_url)
|
return u"\x02{}\x02 {} - {}".format(result["Subject"], answer, short_url)
|
Reference in a new issue