explicitly document multiclient

This commit is contained in:
Shivaram Lingamneni 2021-02-12 13:16:53 -05:00
parent bb39399f97
commit a1b33fc176
1 changed files with 5 additions and 0 deletions

View File

@ -22,6 +22,7 @@ _Copyright © Daniel Oaks <daniel@danieloaks.net>, Shivaram Lingamneni <slingamn
- [Account registration](#account-registration)
- [Channel registration](#channel-registration)
- [Always-on](#always-on)
- [Multiclient](#multiclient)
- [History](#history)
--------------------------------------------------------------------------------------------
@ -93,6 +94,10 @@ By default, if you lose your connection to the IRC server, you are no longer pre
/msg NickServ set always-on true
```
# Multiclient
Oragono natively supports attaching multiple clients to the same nickname (this normally requires the use of an external bouncer, like ZNC or Weechat's "relay" functionality). To use this feature, simply authenticate with SASL (or the PASS workaround, if necessary) when connecting. In the recommended configuration of Oragono, you will receive the nickname associated with your account, even if you have other clients already using it.
# History
Oragono stores message history on the server side (typically not an unlimited amount --- consult your server's FAQ, or your server administrator, to find out how much is being stored and how long it's being retained).