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.