]> gitweb.pimeys.fr Git - bots/basile.git/commitdiff
Un peu plus de buffer fails
authorVincent Le Gallic <legallic@crans.org>
Sat, 26 May 2012 21:48:48 +0000 (23:48 +0200)
committerVincent Le Gallic <legallic@crans.org>
Sat, 26 May 2012 21:48:48 +0000 (23:48 +0200)
basile.py

index 0589a76825527b9cfdf5e5f46b7be5f8d513468b..71a647500ca5b06f46542ddbcc266374685eb9ef 100755 (executable)
--- a/basile.py
+++ b/basile.py
@@ -852,7 +852,7 @@ class Basile(ircbot.SingleServerIRCBot):
                     serv.action(canal,"sert un grand verre de jus de pomme à %s : tout le monde sait qu'il ne boit pas."%(auteur))
                 else:
                     serv.action(canal,"sert un verre de manzana à %s"%(auteur))
-            if re.match('^(.|§|:|)(w|b) [0-9]+$',message) and not canal in self.quiet_channels:
+            if re.match(u'^ *(.|§|!|/|/|:|)(w|b) [0-9]+$',message.decode("utf8")) and not canal in self.quiet_channels:
                 failanswers=config_buffer_fail_answers
                 answer=random.choice(failanswers)
                 serv.privmsg(canal,("%s: %s"%(auteur,answer)).encode("utf8"))