From b2c693c0d0947aebbda9b7170d6d77b730036d6c Mon Sep 17 00:00:00 2001 From: DrHeisenberg Date: Sun, 5 Jun 2016 10:31:49 +0200 Subject: [PATCH] Ciao Ruozi --- bot.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bot.py b/bot.py index f7ad5901..9e9d4e42 100644 --- a/bot.py +++ b/bot.py @@ -131,6 +131,10 @@ while True: print("@" + username + ": /ciaostefanino") # Rispondi salutando Stefanino. telegram.sendmessage("Ciao Stefanino!!!", sentin, source) + elif text.startswith('/ciaoruozi'): + print("@" + username + ": /ciaoruozi") + # Ciao Ruozi. + telegram.sendmessage("Ciao Ruozi", sentin, source) elif text.startswith('/ehoh'): print("@" + username + ": /ehoh") # Rispondi con Eh, oh. Sono cose che capitano.