From a0d0f424791930fb029a3c2da4d9b3f445e57224 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 10 Aug 2015 20:40:00 +0200 Subject: [PATCH] unichr(9888) + " --- royalbot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/royalbot.py b/royalbot.py index 256a9b12..cbed4f1f 100644 --- a/royalbot.py +++ b/royalbot.py @@ -110,7 +110,7 @@ while(True): if(msg['text'].startswith("/steam")): #Se non viene specificato un if(msg['text'] == "/steam"): - sendMessage("Non hai specificato uno SteamID o un username!", msg['chat']['id'], msg['from']['id']) + sendMessage(unichr(9888) + " Non hai specificato uno SteamID o un username!", msg['chat']['id'], msg['from']['id']) else: #Elenco degli steamid e degli username di telegram. global steamids @@ -151,4 +151,4 @@ while(True): else: sendMessage(name + " e' " + text + ".", msg['chat']['id'], msg['from']['id']) else: - sendMessage("Lo SteamID o l'username non esiste!", msg['chat']['id'], msg['from']['id']) \ No newline at end of file + sendMessage(unichr(9888) + " Lo SteamID o l'username non esiste!", msg['chat']['id'], msg['from']['id']) \ No newline at end of file