From 27ce13d454ecaede7fc71cc84155f0bef37e7b03 Mon Sep 17 00:00:00 2001 From: Nemesis Date: Wed, 23 May 2018 23:13:54 +0200 Subject: [PATCH] retirer le hi du pattern bonjour --- asmodee.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asmodee.py b/asmodee.py index b0314b3..9aeede9 100755 --- a/asmodee.py +++ b/asmodee.py @@ -577,7 +577,7 @@ def main(): bot.add_handler(help_handler) # Add a regex handler waiting for the word Hi - hi_handler = MRegexHandler("[Ss]alut|[Cc]halut|'lut|[Cc]oucou|[Bb]onjour|[Hh]i|[Hh]ello", hi_callback) + hi_handler = MRegexHandler("[Ss]alut|[Cc]halut|'lut|[Cc]oucou|[Bb]onjour|[Hh]ello", hi_callback) bot.add_handler(hi_handler) jdr_handler = MRegexHandler("[Jj]dr|[Rr]pg", jdr)