From 4459cc85415618591bbeefed2624ea3c14e6da79 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Fri, 11 May 2012 01:24:02 +0200 Subject: [PATCH] fucking espace manquant --- basile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basile.py b/basile.py index fdefe8d..b881878 100755 --- a/basile.py +++ b/basile.py @@ -231,7 +231,7 @@ def is_tamere(chain): return is_something(chain,config_tamere) def is_action_trigger(chain,pseudo): return is_something(chain,config_action_trigger,avant=u"^", - apres="([a-z]*ment)? %s($|\.| |,|;).*"%(pseudo)) + apres="( [a-z]*ment)? %s($|\.| |,|;).*"%(pseudo)) def is_pan(chain): return re.match(u"^(pan|bim|bang)$",unicode(chain,"utf8").lower().strip()) -- 2.39.2