$ git clone http://tcclient.ion.nu/tc_client.git
commit a828172123f3fd460548badb1309e7c1a238356c
Author: Alicia <...>
Date:   Fri Mar 10 11:20:55 2017 +0100

    irchack: forgot to remove a line that wasn't meant to be committed.

diff --git a/utilities/irchack/irchack.c b/utilities/irchack/irchack.c
index 7dfcbd5..5c6cea2 100644
--- a/utilities/irchack/irchack.c
+++ b/utilities/irchack/irchack.c
@@ -377,7 +377,6 @@ printf("Got from tc_client: '%s'\n", buf);
             dprintf(sock, ":%s!user@host NICK :%s\n", nick, name);
           }
           dprintf(sock, ":%s!user@host JOIN #%s\n", name, channel);
-          dprintf(1, "Sending to IRC client: ':%s!user@host JOIN #%s'\n", name, channel);
         }
         else if(!strncmp(msg, "changed nickname to ", 20))
         {