浏览代码

include /msg form of account registration in manual

Thanks to @cxxboy (#1788)
tags/v2.8.0-rc1
Shivaram Lingamneni 2 年前
父节点
当前提交
c7b6b6e917
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      docs/MANUAL.md

+ 4
- 0
docs/MANUAL.md 查看文件

@@ -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.)

正在加载...
取消
保存