This commit is contained in:
Your Name 2025-04-13 18:37:55 +03:00
parent 18278e6d6c
commit 65de41ff41
2 changed files with 10 additions and 10 deletions

View file

@ -48,7 +48,7 @@ void recvinfo(void) {
else if (client.irc_nick != NULL && irc_status == IRCC_JOIN)
printf("[>] %s\n", client.irc_nick);
else if (client.irc_nick != NULL && irc_status == IRCC_PART)
else if (client.irc_nick != NULL && irc_status == IRCC_QUIT)
printf("[<] %s\n", client.irc_nick);
}
}