mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
Migliorato /ciaostefanino
This commit is contained in:
parent
bd95eb767d
commit
e0453c674b
1 changed files with 6 additions and 0 deletions
6
bot.py
6
bot.py
|
@ -41,6 +41,10 @@ def ciaostefanino():
|
||||||
print("@" + username + ": /ciaostefanino")
|
print("@" + username + ": /ciaostefanino")
|
||||||
# Rispondi salutando Stefanino.
|
# Rispondi salutando Stefanino.
|
||||||
telegram.sendmessage("Ciao Stefanino!", sentin, source)
|
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():
|
def ciaoruozi():
|
||||||
|
@ -535,6 +539,8 @@ while True:
|
||||||
text = msg['text']
|
text = msg['text']
|
||||||
# Guarda l'ID della chat in cui è stato inviato
|
# Guarda l'ID della chat in cui è stato inviato
|
||||||
sentin = msg['chat']['id']
|
sentin = msg['chat']['id']
|
||||||
|
# Persona che ha inviato il messaggio
|
||||||
|
fromuser = msg['from']['id']
|
||||||
# ID del messaggio ricevuto
|
# ID del messaggio ricevuto
|
||||||
source = msg['message_id']
|
source = msg['message_id']
|
||||||
# Nome da visualizzare nella console per capire chi accidenti è che invia messaggi strani
|
# Nome da visualizzare nella console per capire chi accidenti è che invia messaggi strani
|
||||||
|
|
Loading…
Reference in a new issue