Browse Source

Update MANUAL.md to reflect removal of ACC command

Commit f920d3b "fix #530, #721" removed the ACC command, update
the manual to reflect this.
tags/v2.1.0-rc1
Thomas L. Kula 4 years ago
parent
commit
503fcc20b5
1 changed files with 3 additions and 4 deletions
  1. 3
    4
      docs/MANUAL.md

+ 3
- 4
docs/MANUAL.md View File

@@ -161,15 +161,14 @@ In this section, we'll explain and go through using various features of the Orag
161 161
 In most IRC servers you can use `NickServ` to register an account. You can do the same thing with Oragono, by default, with no other software needed!
162 162
 
163 163
 These are the two ways you can register an account, either one will work:
164
+To register an account, use:
164 165
 
165
-    /QUOTE ACC REGISTER <username> * passphrase <password>
166 166
     /NS REGISTER <password>
167 167
 
168
-This is the way to go if you want to use a regular password. `<username>` and `<password>` are your username and password, respectively; if you go the `/NS REGISTER` route, then your current nickname will become your username. Your password cannot contain spaces, but make sure to use a strong one anyway.
168
+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.
169 169
 
170
-If you want to use a TLS client certificate instead of a password to authenticate (`SASL EXTERNAL`), then you can use the commands 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.)
170
+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.)
171 171
 
172
-    /QUOTE ACC REGISTER <username> * certfp *
173 172
     /NS REGISTER *
174 173
 
175 174
 Once you've registered, you'll need to setup SASL to login (or use NickServ IDENTIFY). One of the more complete SASL instruction pages is Freenode's page [here](https://freenode.net/kb/answer/sasl). Open up that page, find your IRC client and then setup SASL with your chosen username and password!

Loading…
Cancel
Save