Загрузить файлы в «C»

Disabled debug
This commit is contained in:
8nlight 2023-08-16 10:55:38 +03:00
parent a31b8a5bab
commit 569a6faea5

View File

@ -74,7 +74,7 @@ unsigned int IRCC_recv(IRCC_client *irc){
} }
else { else {
puts(irc->raw); //puts(irc->raw);
//Check end of motd //Check end of motd
if (strstr(irc->raw, "PRIVMSG ") == NULL && strstr(irc->raw, "MOTD")) if (strstr(irc->raw, "PRIVMSG ") == NULL && strstr(irc->raw, "MOTD"))