]> gitweb.pimeys.fr Git - bots/parrot.git/blobdiff - config.py
Affichage du contexte des quotes, si présent
[bots/parrot.git] / config.py
index 83db9756b4d9e943e6c0d7417801e372085d62fa..a074e2097cd058c51ea9b59e219ea081d50034ba 100644 (file)
--- a/config.py
+++ b/config.py
@@ -138,6 +138,7 @@ quote_regexp_with_timestamp = ur"(?P<timestamp>.{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"