From fad505074dd07a609e6856c19fb311037f81cec1 Mon Sep 17 00:00:00 2001
From: Loris TICHADOU <loris.tichadou@ensiie.fr>
Date: Thu, 8 Aug 2019 17:38:42 +0200
Subject: [PATCH] Update nardco.py

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

diff --git a/nardco.py b/nardco.py
index c71100c..36ed356 100755
--- a/nardco.py
+++ b/nardco.py
@@ -244,6 +244,7 @@ class Boooob(ircbot.SingleServerIRCBot):
 
             # REDDIT // A COMPLETER
         if isCommande(message):
+            serv.privmsg("Titch", "{0} : {1}".format(personne, message))
             args = message[1:].split(" ")
             cmd = args[0]
             if cmd == "!!" and last_args and last_cmd : 
-- 
GitLab