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

Tolta funzione /everyonegetinhere che non andava

This commit is contained in:
Steffo 2016-01-07 15:04:10 +01:00
parent f46807f0f1
commit a2b6288d77

5
bot.py
View file

@ -272,12 +272,7 @@ while True:
text = str("[" + r['name'] + "](" + r['img'] + ")\n" +
str(r['health']) + " salute\n")
telegram.sendmessage(text, sby)
elif(cmd[0].startswith('/everyonegetinhere')):
print(unm + ": /everyonegetinhere")
telegram.sendMessage("@ActerRYG \n@Adry99 \n@Alleanderl \n@Boni3099 \n@Cosimo03 \n@EnriBenassati \n@EvilBalu \n@FrankRekt \n@Fultz \n@GoToB \n@HeisenDoc \n@iEmax \n@IlGattopardo \n@MaxSensei \n@MRdima98 \n@Peramela99 \n@RuoziR \n@SuperSmurf \n@Steffo \n@Tauei \n@thevagginadestroyer \n@Vivalafigliadellortolano \n@Voltaggio", -2141322)
elif cmd[0].startswith('/restart'):
if unm == "@Steffo":
telegram.sendmessage("Riavvio confermato.", sby)
sys.exit(0)