X-Git-Url: http://gitweb.pimeys.fr/?a=blobdiff_plain;f=config.py;h=ae88a9190929196e5f2b26d1ecc5583e60d20f9f;hb=f86d3f62f5e99220deeba536d62eb710df78f333;hp=c42357e6f9ce1cb872f42630483433b36c3f0193;hpb=4a1d0e902c3f08fc841c1da9a943413133b295a2;p=bots%2Fparrot.git diff --git a/config.py b/config.py index c42357e..ae88a91 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.*)""" +quote_regexp = ur"""\s*("|«|')\s*(?P.*?)\s*("|»|') ?~ ?(?P.*?)\s*$""" #: Template pour afficher une quote quote_template = u"« %(content)s » ~ %(author)s"