X-Git-Url: http://gitweb.pimeys.fr/?a=blobdiff_plain;f=config.py;h=6d49a9758a143ad54f722dbc76a63f1bd7247f16;hb=c8e57be05cbfd7ba46d6828b6fe6cb4e810a70fb;hp=ae88a9190929196e5f2b26d1ecc5583e60d20f9f;hpb=f86d3f62f5e99220deeba536d62eb710df78f333;p=bots%2Fparrot.git diff --git a/config.py b/config.py index ae88a91..6d49a97 100644 --- a/config.py +++ b/config.py @@ -12,7 +12,7 @@ irc_password = "1iuh0HiJKWjuE" #: Pseudo IRC irc_pseudo = "Parrot" #: Liste des channels à rejoindre -chanlist = ["#bot", "#flood"] +chanlist = ["#bot", "#flood", "#bio"] #: Liste des channels à ne pas quitter stay_channels = ["#bot", "#flood"] #: Liste des channels où se taire @@ -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.*?)\s*$""" +quote_regexp = ur"""\s*("|«|')\s*(?P.+?)\s*("|»|') ?~ ?(?P.+?)\s*$""" #: Template pour afficher une quote quote_template = u"« %(content)s » ~ %(author)s"