From 19eecdab2a4a160a7f3e81ee869a2f6295221d97 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 7 Aug 2015 19:29:04 +0200 Subject: [PATCH] Pitoni sottili o bo --- royalbot.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/royalbot.py b/royalbot.py index b84234f6..3bd75a66 100644 --- a/royalbot.py +++ b/royalbot.py @@ -121,17 +121,17 @@ while(True): if(online == 0): text = unichr(9898) + " Offline" elif(online == 1): - text = unichr(128309) + " Online" + text = unichr(55357) + unichr(56629) + " Online" elif(online == 2): - text = unichr(128308) + "Occupato" + text = unichr(55357) + unichr(56628) + " Occupato" elif(online == 3): text = unichr(9899) + " Assente" elif(online == 4): text = unichr(9899) + " Inattivo" elif(online == 5): - text = unichr(128309) + " Disponibile per scambiare" + text = unichr(55357) + unichr(56629) + " Disponibile per scambiare" elif(online == 6): - text = unichr(128309) + " Disponibile per giocare" + text = unichr(55357) + unichr(56629) + " Disponibile per giocare" sendMessage(name + " e' " + text + ".", msg['chat']['id']) else: sendMessage("Lo steamid non esiste!", msg['chat']['id']) \ No newline at end of file