From 39fb4f088ae3ed9c591c086aeea3948c498dca65 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 1 Feb 2016 17:33:17 +0100 Subject: [PATCH] case sensitive --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 9c482de0..d7c1d4ce 100644 --- a/bot.py +++ b/bot.py @@ -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'):