From 6fff9d98a966ad0f6bd5b71f692736ee1e2905f9 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 22 Nov 2016 18:34:10 +0100 Subject: [PATCH] Aggiunto /share --- bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.py b/bot.py index 0787b608..dcb6d4bc 100644 --- a/bot.py +++ b/bot.py @@ -564,6 +564,7 @@ def share(): tosend += "- {game}\n".format(game=game) else: tosend += "_@{primo} ha tutti i giochi che ha @{secondo}_.\n" + telegram.sendmessage(tosend, sentin, source) else: telegram.sendmessage(chr(9888) + "Non รจ stato specificato un numero adeguato di utenti per eseguire l'azione.", sentin, source)