1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Antifrank

This commit is contained in:
Steffo 2015-08-07 17:22:47 +02:00
parent c2092776ae
commit e916fe3abc

View file

@ -98,4 +98,6 @@ while(True):
text = "Disponibile per scambiare" text = "Disponibile per scambiare"
elif(online == 6): elif(online == 6):
text = "Disponibile per giocare" text = "Disponibile per giocare"
sendMessage(name + " è " + text + ".", msg['chat']['id']) sendMessage(name + " è " + text + ".", msg['chat']['id'])
else:
sendMessage("Lo steamid non esiste!", msg['chat']['id'])