Skip to content

Commit

Permalink
Note that paid IRCCloud users can use non-IRCCloud clients (#382)
Browse files Browse the repository at this point in the history
Also clarifies that IRCCloud auto-disconnection only occurs on the free plan.

Co-authored-by: James Wheare <[email protected]>
  • Loading branch information
TheDaemoness and jwheare authored Nov 12, 2024
1 parent c847b4b commit 1c4949a
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions content/_guides/clients.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@ or running these clients under
## IRCCloud

[IRCCloud](https://irccloud.com) essentially provides bouncers as a service,
though they use a custom API that in practice only works with their clients,
and their server software is closed-source at the time of writing.
though their server software is closed-source at the time of writing.
It is fairly popular as it serves as a convenient and possibly cheaper
alternative to setting up a bouncer yourself on a VPS.
In addition to its webchat, it also has apps for
Expand All @@ -165,7 +164,15 @@ and [iOS](https://apps.apple.com/us/app/irccloud/id672699103).
IRCCloud has a limited free plan. While on the free plan, you may be required
to have a [Libera.Chat account](/guides/registration) to connect or
join some channels. IRCCloud will also disconnect you if you are inactive for
more than a couple of hours.
more than a couple of hours on the free plan. Finally,
[using a traditional IRC client with IRCCloud][irccloud-bnc] is limited
to paying users. Free users will typically use one of the apps or the webchat.
IRCCloud has [a WebSocket API][irccloud-api] for the technically adventurous,
but [it is not currently stable][irccloud-warn].

[irccloud-bnc]: https://blog.irccloud.com/bouncer/
[irccloud-api]: https://github.com/irccloud/irccloud-tools/wiki#official-api-docs
[irccloud-warn]: https://github.com/irccloud/irccloud-tools/wiki/API-Overview#important-note

## Other Clients

Expand Down

0 comments on commit 1c4949a

Please sign in to comment.