X-Git-Url: http://gitweb.pimeys.fr/?p=bots%2Fparrot.git;a=blobdiff_plain;f=config.py;h=ad2d89751c20e03ca3e01b6f3d6a09a4f07c884e;hp=25347ca2544ea21085ccdd2d9aa44804f291df17;hb=af217351af847868ad241cdf4ca0197b934d85d9;hpb=13c49d5b0a7f767598a4fab5074d729adaa11b39 diff --git a/config.py b/config.py index 25347ca..ad2d897 100644 --- a/config.py +++ b/config.py @@ -117,7 +117,7 @@ helpmsg_overops = u" SAY DO STAY NOSTAY OPS OVEROPS KICK DIE CRASH RESTORE" blacklisted_masks = [("Flo!*@*", [])] #: Regexp utilisée pour parser des quotes -quote_regexp = ur"""\s*(?:"|«|')\s*(?P.+?)\s*(?:"|»|') ?~ ?(?P.+?)\s*(?:$|\n)""" +quote_regexp = ur"""\s*(?:"|«|')\s*(?P.+?)\s*(?:"|»|')\s*~\s*(?P.+?)\s*(?:$|\n)""" #: Regexp utlisée pour parser une quote avec timestamp quote_regexp_with_timestamp = ur"(?P.{19}) " + quote_regexp