X-Git-Url: http://gitweb.pimeys.fr/?p=bots%2Fparrot.git;a=blobdiff_plain;f=config.py;fp=config.py;h=a074e2097cd058c51ea9b59e219ea081d50034ba;hp=83db9756b4d9e943e6c0d7417801e372085d62fa;hb=8cd38f1a95e0bd6542ba6704407b8ac33befd6ff;hpb=3ed9bc93f2d5a01e09b14dc827e90d397dadcaf4 diff --git a/config.py b/config.py index 83db975..a074e20 100644 --- a/config.py +++ b/config.py @@ -138,6 +138,7 @@ quote_regexp_with_timestamp = ur"(?P.{19}) " + quote_regexp #: Template pour afficher une quote quote_template = u"« %(content)s » ~ %(author)s" +quote_template_withcontext = u"« %(content)s » ~ %(author)s | %(place)s" #: Fichier pour stocker les quotes quote_file = u"quotes.json"