From 4a990a3c2bf99cc083ab81c2a20bd3fc8700b450 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 28 Apr 2020 21:21:07 -0400 Subject: [PATCH] fix codeblock formatting --- wiki/pages/nicks.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/wiki/pages/nicks.md b/wiki/pages/nicks.md index c759709..a8c90ed 100644 --- a/wiki/pages/nicks.md +++ b/wiki/pages/nicks.md @@ -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 +