From c0bcf5cec90422d36e88ec0a963be568f1e2d8b3 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 10 Aug 2016 20:09:03 +0200 Subject: [PATCH] smecds --- bot.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bot.py b/bot.py index f9a8b18f..facf3556 100644 --- a/bot.py +++ b/bot.py @@ -97,6 +97,10 @@ while True: print("@" + username + ": /ehoh") # Rispondi con Eh, oh. Sono cose che capitano. telegram.sendmessage("Eh, oh. Sono cose che capitano.", sentin, source) + elif text.startswith('/smecds'): + print("@" + username + ": /smecds") + # Rispondi con Eh, oh. Sono cose che capitano. + telegram.sendmessage("Guarda. Secondo me è colpa dello stagista.", sentin, source) elif text.startswith('/playing'): print("@" + username + ": /playing") # Informa Telegram che il messaggio è stato ricevuto e visualizza Royal Bot sta scrivendo.