diff --git a/nardco.py b/nardco.py
index 080f09631dfe0d03091cf3ae22d0c378c0a0e182..b76cc2b10e9197d41e78023bff94314f81ea9609 100755
--- a/nardco.py
+++ b/nardco.py
@@ -265,8 +265,8 @@ class Boooob(ircbot.SingleServerIRCBot):
                             serv.privmsg(canal, "WRONG, {0}".format(personne))
                             a_repondu.append(personne)
 
-            if not is_l_heure_de_manger() and should_ban(message):
-                serv.privmsg(canal, "PUTAIN ON A DIT NON")
+            # if not is_l_heure_de_manger() and should_ban(message):
+            #     serv.privmsg(canal, "PUTAIN ON A DIT NON")
 
             if "je suis" in message : 
                 splt = message.split("je suis")