X-Git-Url: http://gitweb.pimeys.fr/?p=bots%2Fparrot.git;a=blobdiff_plain;f=config.py;h=ae88a9190929196e5f2b26d1ecc5583e60d20f9f;hp=c42357e6f9ce1cb872f42630483433b36c3f0193;hb=f86d3f62f5e99220deeba536d62eb710df78f333;hpb=5bef8107787a5751cefad41d97acfc302188cf6c 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"