From 4097dc6a169809816ab21f6f92afae9a768d82a5 Mon Sep 17 00:00:00 2001
From: Loris TICHADOU <loris.tichadou@ensiie.fr>
Date: Wed, 11 Aug 2021 11:34:20 +0000
Subject: [PATCH] Update nardco.py

---
 nardco.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nardco.py b/nardco.py
index f679969..18f16db 100755
--- a/nardco.py
+++ b/nardco.py
@@ -267,7 +267,7 @@ class Boooob(ircbot.SingleServerIRCBot):
             serv.privmsg(canal, "PUTAIN ON A DIT NON")
 
         if "di" in message :
-            const splt = message.split('di')
+            splt = message.split('di')
             if len(splt) > 1 :
                 reponse = splt[1]
                 if reponse[0:1] == "s " :
-- 
GitLab