]> gitweb.pimeys.fr Git - bots/parrot.git/commitdiff
[config] content et author d'une quote non vides
authorVincent Le Gallic <legallic@crans.org>
Wed, 26 Feb 2014 23:40:54 +0000 (00:40 +0100)
committerVincent Le Gallic <legallic@crans.org>
Wed, 26 Feb 2014 23:40:54 +0000 (00:40 +0100)
config.py

index 9db32fb62486a9340e539dacba3d20dcc0e14c75..6d49a9758a143ad54f722dbc76a63f1bd7247f16 100644 (file)
--- 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<content>.*?)\s*("|»|') ?~ ?(?P<author>.*?)\s*$"""
+quote_regexp = ur"""\s*("|«|')\s*(?P<content>.+?)\s*("|»|') ?~ ?(?P<author>.+?)\s*$"""
 
 #: Template pour afficher une quote
 quote_template = u"« %(content)s » ~ %(author)s"