This commit is contained in:
Your Name 2023-11-02 22:33:19 +03:00
parent 66599bc6bd
commit 3c9fc382f0

View File

@ -79,7 +79,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"))