From ad8192cb82eecc3edcaea5fb8ecc9d18295febed Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 26 Mar 2022 18:22:33 +0100 Subject: [PATCH] doc/getting-started: add paragraph about client names --- doc/getting-started.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/getting-started.md b/doc/getting-started.md index aacef75..3eac9be 100644 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -40,5 +40,11 @@ any channel like you would normally do. For more advanced configuration options, you can talk to `BouncerServ`. See the [man page] or use `/msg BouncerServ help`. +If you intend to connect to the bouncer from multiple clients, you will need to +append a client name in your username. For instance, to connect from a laptop +and a workstation, you can setup each client to use the respective usernames +`/irc.libera.chat@laptop` and +`/irc.libera.chat@workstation`. + [man page]: https://soju.im/doc/soju.1.html#IRC_SERVICE [client list]: ../contrib/clients.md