feat: add private message

This commit is contained in:
2025-04-05 00:06:46 +02:00
parent bd0cf3c601
commit 13800486ba
5 changed files with 232 additions and 79 deletions

View File

@@ -21,6 +21,10 @@ public class ClientHandler implements Runnable {
);
}
public Client getClient() {
return client;
}
public void stop() {
running = false;
if (clientHandlerSocket != null && !clientHandlerSocket.isClosed()) {