Sfoglia il codice sorgente

update the manual to match

tags/v1.1.0-rc1
Shivaram Lingamneni 5 anni fa
parent
commit
634d3c9629
1 ha cambiato i file con 7 aggiunte e 7 eliminazioni
  1. 7
    7
      docs/MANUAL.md

+ 7
- 7
docs/MANUAL.md Vedi File

@@ -129,17 +129,17 @@ In this section, we'll explain and go through using various features of the Orag
129 129
 
130 130
 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!
131 131
 
132
-These are the two ways you can register an account:
132
+These are the two ways you can register an account, either one will work:
133 133
 
134
-    /QUOTE ACC REGISTER <username> * passphrase :<password>
135
-    /NS REGISTER <username> * <password>
134
+    /QUOTE ACC REGISTER <username> * passphrase <password>
135
+    /NS REGISTER <password>
136 136
 
137
-This is the way to go if you want to use a regular password. `<username>` and `<password>` are your username and password, respectively (make sure the leave that one `:` before your actual password!).
137
+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.
138 138
 
139
-    /QUOTE ACC REGISTER <username> * certfp *
140
-    /NS REGISTER <username>
139
+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.)
141 140
 
142
-If you want to use a TLS client certificate to authenticate (`SASL CERTFP`), then you can use the above method to do so. If you're not sure what this is, don't worry – just use the above password method to register an account.
141
+    /QUOTE ACC REGISTER <username> * certfp *
142
+    /NS REGISTER *
143 143
 
144 144
 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!
145 145
 

Loading…
Annulla
Salva