From e916fe3abc133d7fc8f6fa0fc045a4a893d6cbb0 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 7 Aug 2015 17:22:47 +0200 Subject: [PATCH] Antifrank --- royalbot.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/royalbot.py b/royalbot.py index a8e9648c..d0b36615 100644 --- a/royalbot.py +++ b/royalbot.py @@ -98,4 +98,6 @@ while(True): text = "Disponibile per scambiare" elif(online == 6): text = "Disponibile per giocare" - sendMessage(name + " è " + text + ".", msg['chat']['id']) \ No newline at end of file + sendMessage(name + " è " + text + ".", msg['chat']['id']) + else: + sendMessage("Lo steamid non esiste!", msg['chat']['id']) \ No newline at end of file