From 3d61affe209fb7dbaec23efa4dfa6ddf5326f899 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 21 Sep 2015 16:32:57 +0200 Subject: [PATCH] Revert "ty" This reverts commit 191ea7ee4e1cfeca7841a8e1871c2cdbc45f4ca7. --- royalbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/royalbot.py b/royalbot.py index 06ec3541..4474e765 100644 --- a/royalbot.py +++ b/royalbot.py @@ -273,7 +273,7 @@ while(True): elif(msg['text'].startswith("/ty")): if(msg['text'] == "/ty"): ty = readFile("ty/" + selezione + ".tyr") - sendMessage(chr(9888) + " Queste persone ti hanno mandato TY da approvare: " + ty, msg['chat']['id'], msg['from']['id']) + sendMessage(chr(9888) + " Queste persone ti hanno mandato TY da approvare: " + , msg['chat']['id'], msg['from']['id']) else: #Controlla se la selezione รจ un username di telegram. if(msg['text'][4:].lower() in tylist):