diff options
| author | Pratyush Desai | 2021-10-21 20:24:27 +0530 | 
|---|---|---|
| committer | Pratyush Desai | 2021-10-21 20:24:27 +0530 | 
| commit | fdf33c686fc7880e792014ffc7d846c401ae804f (patch) | |
| tree | 9e4e372756e8db4f65ad2a6ee4421ee39aa2dc0c /irc.html | |
| parent | 29ffacdfe4f44cb100292a6a5accdb4772d0245f (diff) | |
| download | website-fdf33c686fc7880e792014ffc7d846c401ae804f.tar.gz website-fdf33c686fc7880e792014ffc7d846c401ae804f.tar.bz2 website-fdf33c686fc7880e792014ffc7d846c401ae804f.zip | |
update irc and add a basic SSO page
Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
Diffstat (limited to 'irc.html')
| -rw-r--r-- | irc.html | 11 | 
1 files changed, 6 insertions, 5 deletions
| @@ -17,6 +17,7 @@  │   │─┤ └─┐ │─┤  └─┘ ┘ │ ──┘ ┘ │  </pre> +  <h3>IRC</h3>  <pre> @@ -61,9 +62,9 @@ Account registration FAQ  1. How do I register my nickname / account? -Use this command, substituting your desired password and e-mail address: +Use this command, substituting your desired password: -/msg NickServ register mySecretPassword +  /msg NickServ register mySecretPassword  You can also register on this page <a href="/register">here</a> @@ -72,11 +73,11 @@ Once you register your nick it becomes your account name. It is the name with wh  2. How do I authenticate to my nickname? -You should enable SASL in your client. For clients like Hexchat the Username field needs to be populated with the name that you registered. +You should enable SASL in your client.  -If your client doesn't support SASL, then update to a good client! -Or you can use PASS  + - If your client doesn't support SASL, then update to a good client! + - Alternatively, you can use the "PASS" method  3. What are the benefits of registering my nickname? | 
