From dfb69bcfb5c43d212e78446b09b5a4dcf222eb15 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Thu, 15 May 2014 02:24:19 +0200 Subject: [PATCH] =?utf8?q?Probl=C3=A8me=20de=20priorit=C3=A9=20place/quote?= =?utf8?q?r?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 6ec6aa1..eb2999b 100644 --- a/config.py +++ b/config.py @@ -128,7 +128,7 @@ helpmsg_overops = u" SAY DO STAY NOSTAY OPS OVEROPS KICK DIE CRASH RESTORE" blacklisted_masks = [("Flo!*@*", [])] #: Regexp pour le lieu et le quoter -quote_optionnal_fields = ur"(?:(?:\|\s*(?P[^|]+?)\s*)?\|\s*(?P[^|]+?)?\s*)?" +quote_optionnal_fields = ur"(?:\|\s*(?P[^|]+?)\s*(?:\|\s*(?P[^|]+?)\s*)?)?" #: Regexp utilisée pour parser des quotes quote_regexp = ur"""\s*(?:"|«|')\s*(?P.+?)\s*(?:"|»|')\s*~\s*(?P[^|]+?)\s*%s(?:$|\n)""" % (quote_optionnal_fields,) -- 2.39.2