mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54:20 +00:00
Pitoni sottili o bo
This commit is contained in:
parent
910379db21
commit
19eecdab2a
1 changed files with 4 additions and 4 deletions
|
@ -121,17 +121,17 @@ while(True):
|
||||||
if(online == 0):
|
if(online == 0):
|
||||||
text = unichr(9898) + " Offline"
|
text = unichr(9898) + " Offline"
|
||||||
elif(online == 1):
|
elif(online == 1):
|
||||||
text = unichr(128309) + " Online"
|
text = unichr(55357) + unichr(56629) + " Online"
|
||||||
elif(online == 2):
|
elif(online == 2):
|
||||||
text = unichr(128308) + "Occupato"
|
text = unichr(55357) + unichr(56628) + " Occupato"
|
||||||
elif(online == 3):
|
elif(online == 3):
|
||||||
text = unichr(9899) + " Assente"
|
text = unichr(9899) + " Assente"
|
||||||
elif(online == 4):
|
elif(online == 4):
|
||||||
text = unichr(9899) + " Inattivo"
|
text = unichr(9899) + " Inattivo"
|
||||||
elif(online == 5):
|
elif(online == 5):
|
||||||
text = unichr(128309) + " Disponibile per scambiare"
|
text = unichr(55357) + unichr(56629) + " Disponibile per scambiare"
|
||||||
elif(online == 6):
|
elif(online == 6):
|
||||||
text = unichr(128309) + " Disponibile per giocare"
|
text = unichr(55357) + unichr(56629) + " Disponibile per giocare"
|
||||||
sendMessage(name + " e' " + text + ".", msg['chat']['id'])
|
sendMessage(name + " e' " + text + ".", msg['chat']['id'])
|
||||||
else:
|
else:
|
||||||
sendMessage("Lo steamid non esiste!", msg['chat']['id'])
|
sendMessage("Lo steamid non esiste!", msg['chat']['id'])
|
Loading…
Reference in a new issue