From c7b6b6e9174bd2bf398510d3593e4d959f9d6e64 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Thu, 9 Sep 2021 21:46:12 -0400 Subject: [PATCH] include /msg form of account registration in manual Thanks to @cxxboy (#1788) --- docs/MANUAL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/MANUAL.md b/docs/MANUAL.md index 95f0779f..0a49a556 100644 --- a/docs/MANUAL.md +++ b/docs/MANUAL.md @@ -250,6 +250,10 @@ To register an account, use: /NS REGISTER +or + + /msg nickserv register + This is the way to go if you want to use a regular 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.)