diff --git a/nardco.py b/nardco.py
index c71100c214fff503f623ec8d944bb5bfeaaa27cc..36ed3563956b1e0e2fc0cd6062a3399c1988b72e 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 :