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

spaaaaaaaace

This commit is contained in:
Steffo 2015-08-08 12:17:54 +02:00
parent 3e7e8e7c5c
commit ec46bcd523

View file

@ -135,7 +135,7 @@ while(True):
elif(online == 6): elif(online == 6):
text = unichr(55357) + unichr(56629) + " Disponibile per giocare" text = unichr(55357) + unichr(56629) + " Disponibile per giocare"
if ingame: if ingame:
sendMessage(name + " sta giocando a " + unichr(55357) + unichr(56628) + ingame + ".", msg['chat']['id']) sendMessage(name + " sta giocando a " + unichr(55357) + unichr(56628) + " " + ingame + ".", msg['chat']['id'])
else: else:
sendMessage(name + " e' " + text + ".", msg['chat']['id']) sendMessage(name + " e' " + text + ".", msg['chat']['id'])
else: else: