1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
This commit is contained in:
Steffo 2015-09-21 15:29:42 +02:00
parent 058df0250b
commit e7c19eb0d3

View file

@ -278,8 +278,8 @@ while(True):
if(msg['text'][4:].lower() in tylist):
selezione = tylist[msg['text'][4:].lower()]
setTyping('typing', msg['chat']['id'])
ty = int(readFile("ty/" + selezione + ".tyr"))
writeFile("ty/" + selezione + ".tyr", str(ty + 1))
ty = readFile("ty/" + selezione + ".tyr"
writeFile("ty/" + selezione + ".tyr", ty + ", @" + msg['from']['username']
sendMessage(chr(9989) + " Hai proposto un TY per " + selezione + "!", msg['chat']['id'], msg['from']['id'])
else:
sendMessage(chr(9888) + " Username inesistente!", msg['chat']['id'], msg['from']['id'])