From 6391fee5d5afac1e734c0a5228ed1615eae1eb33 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 22 Nov 2016 18:43:21 +0100 Subject: [PATCH] Non mandare messaggi troppo lunghi... --- bot.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/bot.py b/bot.py index dcb6d4bc..0fabcfc3 100644 --- a/bot.py +++ b/bot.py @@ -553,17 +553,6 @@ def share(): tosend += "- {game}\n".format(game=game) else: tosend += "_@{secondo} ha tutti i giochi che ha @{primo}_.\n" - # Divisore - tosend += "\n" - # Giochi che ha il secondo ma non il primo - d = list(steammatch.diff_games(tobematched[1], tobematched[0])) - if len(d) > 0: - # Prepara il messaggio - tosend += "*Giochi che ha @{secondo} ma non @{primo}:*\n".format(primo=cmd[0], secondo=cmd[1]) - for game in d: - 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.",