feat: add private message
This commit is contained in:
@@ -21,6 +21,10 @@ public class ClientHandler implements Runnable {
|
||||
);
|
||||
}
|
||||
|
||||
public Client getClient() {
|
||||
return client;
|
||||
}
|
||||
|
||||
public void stop() {
|
||||
running = false;
|
||||
if (clientHandlerSocket != null && !clientHandlerSocket.isClosed()) {
|
||||
|
||||
Reference in New Issue
Block a user