From 2622ec096d566a29f64b28d708b8b5c04d625daa Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Wed, 4 Oct 2023 09:11:25 +0200 Subject: [PATCH] README.md aktualisiert --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8375c56..ac27163 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ It es a reimplementation of the Python2.7 script [m32_chat_server](https://githu The m32chat service listens on port 7373 for UDP messages and rebroadcasts them to the other subscribed Morserino clients. -To subscribe to the service, just send the message `hi` from your Morserino. The server will respond with ":hi" and the number of clients connected (1 means you're alone). +To subscribe to the service, just send the message `hi` from your Morserino. The server will respond with `:hi` and the number of clients connected (1 means you're alone). If a client is inactive for a certain time, it will be removed from the subscriber list. The server then sends the message `:bye` to this client. You can also force the removal by sending the message `:bye`.