From 647c564388e13747bbe62d72fdaffa5b8ebc47d3 Mon Sep 17 00:00:00 2001 From: Loris TICHADOU <loris.tichadou@ensiie.fr> Date: Fri, 27 Aug 2021 07:42:54 +0000 Subject: [PATCH] Update nardco.py --- nardco.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nardco.py b/nardco.py index 080f096..b76cc2b 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") -- GitLab