From 0000b84f448f242a6d039dd1bfb76a83be3cbae2 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 9 Apr 2016 23:52:15 +0200 Subject: [PATCH] un favore a dima --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index d341acbe..f4418baa 100644 --- a/bot.py +++ b/bot.py @@ -457,7 +457,7 @@ while True: else: telegram.sendmessage(chr(9888) + " Non hai specificato nessuna carta!\n" "La sintassi corretta è _/hs nomecarta_ .", sentin, source) - elif text.startswith('/online'): + elif text.startswith('/online') or text.startswith('/cv'): # Elenco di tutte le persone online su Steam print("@" + username + ": /online ") # Informa Telegram che il messaggio è stato ricevuto.