X-Git-Url: http://gitweb.pimeys.fr/?a=blobdiff_plain;f=config.py;h=a871d693b40c222863c9574b2b5e2ff2cd7eff56;hb=b58870bba04ffabc1a7469e6fd80e4bc60ebc41c;hp=ad2d89751c20e03ca3e01b6f3d6a09a4f07c884e;hpb=af217351af847868ad241cdf4ca0197b934d85d9;p=bots%2Fparrot.git diff --git a/config.py b/config.py index ad2d897..a871d69 100644 --- a/config.py +++ b/config.py @@ -133,3 +133,9 @@ quote_dump_file = u"quotes.txt" #: URL où sont disponibles les quotes quote_display_url = u"http://cerebro.crans.org/parrot-quotes.txt (campus-only)" + +#: Suffixes qui font qu'une commande va utiliser des regexp +regex_suffixes = ["-r", "reg", "-reg", "regex", "-regex", "regexp", "-regexp"] + +#: Nombre maximum d'auteurs qu'on peut demander à afficher +search_max_authors = 20