sending pm back to end user on server-side

This commit is contained in:
Václav Šmejkal 2024-08-28 21:53:19 +02:00
parent 2cc3cd0b78
commit af233c44ef
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -930,6 +930,9 @@ void *why2_listen_server(void *socket)
{
printf("Server is outdated. Some new features may not work correctly.\n\n");
}
} else if (strncmp(message, WHY2_CHAT_CODE_PM_SERVER, strlen(WHY2_CHAT_CODE_PM_SERVER)) == 0)
{
printf("\n%s\n\n", message);
}
} else if (!continuing)
{