Browse Source

include /msg form of account registration in manual

Thanks to @cxxboy (#1788)
tags/v2.8.0-rc1
Shivaram Lingamneni 2 years ago
parent
commit
c7b6b6e917
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      docs/MANUAL.md

+ 4
- 0
docs/MANUAL.md View File

@@ -250,6 +250,10 @@ To register an account, use:
250 250
 
251 251
     /NS REGISTER <password>
252 252
 
253
+or
254
+
255
+    /msg nickserv register <password>
256
+
253 257
 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.
254 258
 
255 259
 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.)

Loading…
Cancel
Save