1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 13:34:28 +00:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Steffo 2016-06-16 15:51:08 +02:00
commit 87fb798770
2 changed files with 16 additions and 1 deletions

8
bot.py
View file

@ -153,6 +153,14 @@ 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('/balurage'):
print("@" + username + ": /balurage")
# Rispondi salutando Stefanino.
telegram.sendmessage("MADDEN MADDEN MADDEN MADDEN MADDEN MADDEN MADDEN MADDEN MADDEN", 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.

View file

@ -151,7 +151,8 @@
"name": "Ruozi", "name": "Ruozi",
"desc": "Uzi.", "desc": "Uzi.",
"icon": "ProfiloVuoto", "icon": "ProfiloVuoto",
"steam": 76561198117708290 "steam": 76561198117708290,
"osu": "rickyruozi"
}, },
"supersmurf": "supersmurf":
{ {
@ -235,5 +236,11 @@
"desc": "Beep boop. Sono un bot. Vi rispondo ai messaggi che mi spammate su Telegram e vi hosto i server.", "desc": "Beep boop. Sono un bot. Vi rispondo ai messaggi che mi spammate su Telegram e vi hosto i server.",
"icon": "RoyalBot", "icon": "RoyalBot",
"steam": 76561198144957946 "steam": 76561198144957946
},
"infopz":
{
"name": "Infopz",
"desc": "",
"icon": "ProfiloVuoto"
} }
} }