fixed formatting and name and such
continuous-integration/drone/pr Build encountered an error Details

This commit is contained in:
Ubergeek 2020-04-28 09:18:03 -04:00
parent 43b5217294
commit 1b1f8b666c
1 changed files with 0 additions and 25 deletions

View File

@ -1,25 +0,0 @@
# IRC Nicks (Or handles, or names)
You *nick* in IRC is the name you go by, and how people get to know you, and how you get to know others. You can set it to most anything you like, with some exceptions for which characters to use.
## Registration
Some channels require you to have a registered nick. This means that nick has been reserved for you, and you alone. One of these channels is #meta, which is where a lot of people meet and chat.
To register your nick (Once you've picked one), you can do the following:
```
/msg nickserv register MySuperAwesomePassword me@example.com
```
Change 'MySuperAwesomePassword' and 'me@example.com' to fit you (ie, a good password, and your email address).
You will get sent a confirmation email, which will have a code in it. You must then message nickserv with this code, to confirm your account.
## Logging in
Once connected to IRC, you can then login using the following:
```
/msg nickserv identify MySuperAwesomePassword
```