From c8e57be05cbfd7ba46d6828b6fe6cb4e810a70fb Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Thu, 27 Feb 2014 00:40:54 +0100 Subject: [PATCH] [config] content et author d'une quote non vides --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 9db32fb..6d49a97 100644 --- a/config.py +++ b/config.py @@ -110,7 +110,7 @@ helpmsg_overops = u" SAY DO STAY NOSTAY OPS OVEROPS KICK DIE CRASH" blacklisted_masks = [("Flo!*@*", [])] #: Regexp utilisée pour parser des quotes -quote_regexp = ur"""\s*("|«|')\s*(?P.*?)\s*("|»|') ?~ ?(?P.*?)\s*$""" +quote_regexp = ur"""\s*("|«|')\s*(?P.+?)\s*("|»|') ?~ ?(?P.+?)\s*$""" #: Template pour afficher une quote quote_template = u"« %(content)s » ~ %(author)s" -- 2.39.2