From 569a6faea5ccd6d90a75ba8ba3a7fab0aaa9a5ee Mon Sep 17 00:00:00 2001 From: 8nlight <8nlight@disroot.org> Date: Wed, 16 Aug 2023 10:55:38 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B2=20=C2=AB?= =?UTF-8?q?C=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Disabled debug --- C/irc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C/irc.c b/C/irc.c index 2f88bc2..c5f0893 100644 --- a/C/irc.c +++ b/C/irc.c @@ -74,7 +74,7 @@ unsigned int IRCC_recv(IRCC_client *irc){ } else { - puts(irc->raw); + //puts(irc->raw); //Check end of motd if (strstr(irc->raw, "PRIVMSG ") == NULL && strstr(irc->raw, "MOTD"))