# Using the chat.sr.ht bouncer For full details, refer to the [soju(1)] man page. Information about common use-cases is provided here. ## Connecting with a third-party IRC client Check out the [quickstart for experienced IRC users][quickstart] for details on configuring your own IRC client for use with chat.sr.ht. [quickstart]: /chat.sr.ht/quickstart.md ## Managing your IRC networks The webchat at [https://chat.sr.ht](https://chat.sr.ht) provides a UI for managing your bouncer networks. Third-party clients with soju support may detect the bouncer and offer similar functionality. If not, you can also message BouncerServ to configure soju. Use `/msg BouncerServ help` for a full list of supported commands. To add a new IRC network via BouncerServ: ``` /msg BouncerServ network create -addr [options...] ``` See [soju(1)] for details on the supported options. [soju(1)]: https://soju.im/doc/soju.1.html#IRC_SERVICE ## Detaching from channels You can instruct the bouncer to "detach" from a channel. This causes it to be hidden from your channel list, but to leave your connection to the channel active. If you're mentioned by a user in this channel, you will receive notifications for it, and if you re-join later, you will be able to view logs of discussions which took place in your absence. To detach from a channel, use the `/part detach` command, or `/msg BouncerServ channel update -detached=`. ## Client-specific configuration Various configuration recommendations for third-party IRC clients are documented here: [contrib/clients.md](https://git.sr.ht/~emersion/soju/tree/master/item/contrib/clients.md).