From 9004270a5c62cb8cf3dd1e1160ac38bd23d61d53 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Wed, 2 May 2012 00:18:33 +0200 Subject: [PATCH] typos --- basile.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/basile.py b/basile.py index 55c7f31..0dd4f7c 100755 --- a/basile.py +++ b/basile.py @@ -429,9 +429,9 @@ class Basile(ircbot.SingleServerIRCBot): IDENTIFY Me permet de savoir qui tu es sur la note kfet. DROP Me fait oublier ton identité.""" helpmsg_ops=""" - JOIN Faire rejoindre un channel - LEAVE Faire quitter un channel - QUIET Se taire sur un chanel + JOIN Faire rejoindre un chan + LEAVE Faire quitter un chan + QUIET Se taire sur un chan NOQUIET Opposé de QUIET LOST Perdre sur un chan""" helpmsg_overops=""" @@ -675,7 +675,8 @@ class Basile(ircbot.SingleServerIRCBot): else: serv.privmsg(canal,"%s: Je ne connais pas ton pseudo note."%(auteur)) log(self.serveur,canal,auteur,message+"[unknown]") - elif message in ["pain au chocolat","chocolatine"] and not canal in self.quiet_channels: + elif re.match("!?(pain au chocolat|chocolatine)",message.lower()) + and not canal in self.quiet_channels: serv.action(canal,"sert un pain au chocolat à %s"%(auteur)) elif re.match("!?manzana",message.lower()) and not canal in self.quiet_channels: if auteur=="[20-100]": -- 2.39.2