mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
commit
480dac00a5
1 changed files with 4 additions and 0 deletions
4
bot.py
4
bot.py
|
@ -128,6 +128,10 @@ while True:
|
||||||
print("@" + username + ": /ahnonlosoio")
|
print("@" + username + ": /ahnonlosoio")
|
||||||
# Rispondi con Ah, non lo so nemmeno io.
|
# Rispondi con Ah, non lo so nemmeno io.
|
||||||
telegram.sendmessage("Ah, non lo so nemmeno io!", sentin, source)
|
telegram.sendmessage("Ah, non lo so nemmeno io!", sentin, source)
|
||||||
|
elif text.startswith('/ciaostefanino'):
|
||||||
|
print("@" + username + ": /ciaostefanino")
|
||||||
|
# Rispondi salutando Stefanino.
|
||||||
|
telegram.sendmessage("Ciao Stefanino!!!", 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.
|
||||||
|
|
Loading…
Reference in a new issue