From 4ca486696db1cc7b43fab9ed2989231fd5bb8848 Mon Sep 17 00:00:00 2001
From: Loris TICHADOU <loris.tichadou@ensiie.fr>
Date: Thu, 7 Feb 2019 16:35:36 +0100
Subject: [PATCH] Update nardco.py

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

diff --git a/nardco.py b/nardco.py
index 946676b..512ef6e 100755
--- a/nardco.py
+++ b/nardco.py
@@ -245,7 +245,7 @@ class Boooob(ircbot.SingleServerIRCBot):
                 serv.privmsg(canal, "snap ! ")
                 cleanlist = []
                 for f in liste :
-                    if f[0] in ["~", "&", "@", "%", "+"] and 'nardco' not in f : :
+                    if f[0] in ["~", "&", "@", "%", "+"] and 'nardco' not in f :
                         cleanlist.append(f[1:] + "|")
                     elif 'nardco' not in f :
                         cleanlist.append(f + "|")
-- 
GitLab