From 1a6228b1ec934a5240405185b344129f46413eed Mon Sep 17 00:00:00 2001
From: Loris TICHADOU <loris.tichadou@ensiie.fr>
Date: Thu, 2 Sep 2021 12:25:25 +0000
Subject: [PATCH] Update nardco.py

---
 nardco.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/nardco.py b/nardco.py
index b76cc2b..52c19fc 100755
--- a/nardco.py
+++ b/nardco.py
@@ -158,9 +158,6 @@ class Boooob(ircbot.SingleServerIRCBot):
 
         message = ev.arguments()[0]
 
-        print personne
-        if personne == "Senseo" : 
-            serv.privmsg(canal, "<" + no_hl("Senseo") + "> : " + message)
 
         originalMessage = message
         message = message.lower()  # Passe le message en minuscules
-- 
GitLab