1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 13:34:28 +00:00

Anche su /steam

This commit is contained in:
Steffo 2015-08-11 14:54:27 +02:00
parent f0d7969ce2
commit 9c6033c358

View file

@ -137,6 +137,8 @@ while(True):
if(msg['text'] == "/steam"): if(msg['text'] == "/steam"):
sendMessage(unichr(9888) + " 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: else:
#Royalbot sta scrivendo...
setTyping('typing', msg['chat']['id'])
#Controlla se la selezione è un username di telegram. #Controlla se la selezione è un username di telegram.
if(msg['text'][7:] in steamids ): if(msg['text'][7:] in steamids ):
selezione = steamids[msg['text'][7:]] selezione = steamids[msg['text'][7:]]