]> gitweb.pimeys.fr Git - bots/basile.git/commitdiff
typos
authorVincent Le Gallic <legallic@crans.org>
Tue, 1 May 2012 22:18:33 +0000 (00:18 +0200)
committerVincent Le Gallic <legallic@crans.org>
Tue, 1 May 2012 22:18:33 +0000 (00:18 +0200)
basile.py

index 55c7f318d6658bcfbf5a9ad042a6c8ef7024ad1d..0dd4f7c62383fb8d9454346c61d15296f6fee4fc 100755 (executable)
--- 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]":