From 9c6033c358152950e3629c54389d66bf47817e41 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 11 Aug 2015 14:54:27 +0200 Subject: [PATCH] Anche su /steam --- royalbot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/royalbot.py b/royalbot.py index 847218a9..bfa59dd5 100644 --- a/royalbot.py +++ b/royalbot.py @@ -137,6 +137,8 @@ while(True): if(msg['text'] == "/steam"): sendMessage(unichr(9888) + " Non hai specificato uno SteamID o un username!", msg['chat']['id'], msg['from']['id']) else: + #Royalbot sta scrivendo... + setTyping('typing', msg['chat']['id']) #Controlla se la selezione รจ un username di telegram. if(msg['text'][7:] in steamids ): selezione = steamids[msg['text'][7:]]