From e0453c674b654a1ab3509b9769f742b564df9c24 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 2 Oct 2016 00:15:02 +0200 Subject: [PATCH] Migliorato /ciaostefanino --- bot.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bot.py b/bot.py index 171ee24d..c5c5b3db 100644 --- a/bot.py +++ b/bot.py @@ -41,6 +41,10 @@ def ciaostefanino(): print("@" + username + ": /ciaostefanino") # Rispondi salutando Stefanino. telegram.sendmessage("Ciao Stefanino!", sentin, source) + if username != "Steffo": + telegram.sendmessage("Steffo dice:\n\"Me la pagherai!\"", fromuser, source) + else: + telegram.sendmessage("Sei improvvisamente impazzito o cosa?", fromuser, source) def ciaoruozi(): @@ -535,6 +539,8 @@ while True: text = msg['text'] # Guarda l'ID della chat in cui è stato inviato sentin = msg['chat']['id'] + # Persona che ha inviato il messaggio + fromuser = msg['from']['id'] # ID del messaggio ricevuto source = msg['message_id'] # Nome da visualizzare nella console per capire chi accidenti è che invia messaggi strani