diff --git a/bot.py b/bot.py index c5f2c27a..ac601211 100644 --- a/bot.py +++ b/bot.py @@ -153,6 +153,14 @@ while True: print("@" + username + ": /ciaostefanino") # Rispondi salutando Stefanino. 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'): print("@" + username + ": /ehoh") # Rispondi con Eh, oh. Sono cose che capitano. diff --git a/db.json b/db.json index 669f680d..90cd4d7a 100644 --- a/db.json +++ b/db.json @@ -151,7 +151,8 @@ "name": "Ruozi", "desc": "Uzi.", "icon": "ProfiloVuoto", - "steam": 76561198117708290 + "steam": 76561198117708290, + "osu": "rickyruozi" }, "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.", "icon": "RoyalBot", "steam": 76561198144957946 + }, + "infopz": + { + "name": "Infopz", + "desc": "", + "icon": "ProfiloVuoto" } }