fix codeblock formatting
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ben Harris 2020-04-28 21:21:07 -04:00
parent 02428ba5fd
commit 4a990a3c2b
1 changed files with 14 additions and 9 deletions

View File

@ -17,9 +17,7 @@ Some channels require you to have a registered nick. This means that nick has b
To register your nick (Once you've picked one), you can do the following:
```
/msg nickserv register MySuperAwesomePassword me@example.com
```
/msg nickserv register MySuperAwesomePassword me@example.com
Change 'MySuperAwesomePassword' and 'me@example.com' to fit you (ie, a good password, and your email address).
@ -29,14 +27,21 @@ You will get sent a confirmation email, which will have a code in it. You must
Once connected to IRC, you can then login using the following:
```
/msg nickserv identify MySuperAwesomePassword
```
/msg nickserv identify MySuperAwesomePassword
## Resetting your password
If you've forgotten your password, you can use the RESETPASS command to send yourself an email with a recovery code.
/msg nickserv help resetpass
If you still know you password and just want to change it, you can use the SET command:
/msg nickserv help set password
## More Help
Nickserv itself is self-documenting, which means you can interact with it, to get more help.
``
/msg nickserv HELP
```
/msg nickserv HELP