From 3e7e8e7c5cc4377b2f716b51c9b404af05e8155f Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 8 Aug 2015 12:16:34 +0200 Subject: [PATCH] =?UTF-8?q?Qualche=20emoji=20qua=20e=20l=C3=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- royalbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/royalbot.py b/royalbot.py index a3409805..f3651c0e 100644 --- a/royalbot.py +++ b/royalbot.py @@ -135,7 +135,7 @@ while(True): elif(online == 6): text = unichr(55357) + unichr(56629) + " Disponibile per giocare" if ingame: - sendMessage(name + " sta giocando a " + ingame + ".", msg['chat']['id']) + sendMessage(name + " sta giocando a " + unichr(55357) + unichr(56628) + ingame + ".", msg['chat']['id']) else: sendMessage(name + " e' " + text + ".", msg['chat']['id']) else: