This commit is contained in:
Your Name 2023-11-02 22:33:19 +03:00
parent 66599bc6bd
commit 3c9fc382f0
1 changed files with 1 additions and 1 deletions

View File

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