1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Non mandare messaggi troppo lunghi...

This commit is contained in:
Steffo 2016-11-22 18:43:21 +01:00
parent 6fff9d98a9
commit 6391fee5d5

11
bot.py
View file

@ -553,17 +553,6 @@ def share():
tosend += "- {game}\n".format(game=game) tosend += "- {game}\n".format(game=game)
else: else:
tosend += "_@{secondo} ha tutti i giochi che ha @{primo}_.\n" 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) telegram.sendmessage(tosend, sentin, source)
else: else:
telegram.sendmessage(chr(9888) + "Non è stato specificato un numero adeguato di utenti per eseguire l'azione.", telegram.sendmessage(chr(9888) + "Non è stato specificato un numero adeguato di utenti per eseguire l'azione.",