1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

case sensitive

This commit is contained in:
Steffo 2016-02-01 17:33:17 +01:00
parent 4e265ce655
commit 39fb4f088a

2
bot.py
View file

@ -168,7 +168,7 @@ while True:
# Altrimenti, salva l'userID
username = str(msg['from']['id'])
# Se sei un membro della Royal Games
if username in telegramnames:
if username.lower() in telegramnames:
# Riconosci il comando.
# Viene usato startswith perchè il comando potrebbe anche essere inviato in forma /ciao@RoyalBot.
if text.startswith('/ahnonlosoio'):