3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-21 19:39:43 +01:00

include /msg form of account registration in manual

Thanks to @cxxboy (#1788)
This commit is contained in:
Shivaram Lingamneni 2021-09-09 21:46:12 -04:00
parent eff6dd242b
commit c7b6b6e917

View File

@ -250,6 +250,10 @@ To register an account, use:
/NS REGISTER <password>
or
/msg nickserv register <password>
This is the way to go if you want to use a regular password. `<password>` is your password, your current nickname will become your username. Your password cannot contain spaces, but make sure to use a strong one anyway.
If you want to use a TLS client certificate instead of a password to authenticate (`SASL EXTERNAL`), then you can use the command below to do so. (If you're not sure what this is, don't worry just use the above password method to register an account.)