1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-30 15:04:18 +00:00

Ciao Ruozi

This commit is contained in:
DrHeisenberg 2016-06-05 10:31:49 +02:00
parent de702b0e73
commit b2c693c0d0

4
bot.py
View file

@ -131,6 +131,10 @@ while True:
print("@" + username + ": /ciaostefanino") print("@" + username + ": /ciaostefanino")
# Rispondi salutando Stefanino. # Rispondi salutando Stefanino.
telegram.sendmessage("Ciao Stefanino!!!", sentin, source) 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'): elif text.startswith('/ehoh'):
print("@" + username + ": /ehoh") print("@" + username + ": /ehoh")
# Rispondi con Eh, oh. Sono cose che capitano. # Rispondi con Eh, oh. Sono cose che capitano.