From f67e58ca47de9ea533a3a5ecbeefdd2c5c1a0735 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 2 Oct 2016 00:25:28 +0200 Subject: [PATCH] Aggiunti comandi alternativi --- bot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bot.py b/bot.py index cb4ed0d3..7f6fe9ab 100644 --- a/bot.py +++ b/bot.py @@ -556,7 +556,8 @@ while True: if username.lower() in royalgames: # Riconosci il comando. # Viene usato startswith perchè il comando potrebbe anche essere inviato in forma /ciao@RoyalBot. - if text.startswith('/ahnonlosoio'): + # Non si potrebbe migliorare qui in qualche modo? Tipo con un dict. + if text.startswith('/ahnonlosoio') or text.startswith("/ahboh"): ahnonlosoio() elif text.startswith('/ciaostefanino'): ciaostefanino()