Skip to content

Instantly share code, notes, and snippets.

@Kreyren
Created June 14, 2020 21:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kreyren/31528ba27efac3c3759394417cb9c325 to your computer and use it in GitHub Desktop.
Save Kreyren/31528ba27efac3c3759394417cb9c325 to your computer and use it in GitHub Desktop.
How to make a freenode account for dummies

TLDR for freenode registration is:

  1. Open an IRC client which is either https://webchat.freenode.net or install hexchat https://hexchat.github.io/ (note that the non-windows store version is free)

For Hexchat

  1. Download hexchat 2.1 On Linux hexchat should be packaged by your distribution so you can install it for example using apt install -y hexchat 2.2 On windows use https://hexchat.github.io/downloads.html and download windows 7 executable which is free
  2. Open hexchat and navigate to Server List image
  3. On server list find Freenode image
  4. If you are not registered then press Connect.
  5. Register your account (as explained on https://freenode.net/kb/answer/registration) by writing /msg NickServ REGISTER YourPassword youremail@example.com once invoked you will recieve instructions on your specified e-mail.
  6. (optional) if you have issue with the registration you can invoke /join #freenode and they will help you (don't be afraid to ask questions! :p) image
  7. Login using /msg NickServ identify yourPassword (red) note that your nick (green) has to be the same as the one you registered in step 6. image
  8. Invoke /join ##csharp and ask your questions! ^-^

For Webchat

  1. Choose an unique nickname (red), complete captha (green) and press START image
  2. Register your account (as explained on https://freenode.net/kb/answer/registration) by writing /msg NickServ REGISTER YourPassword youremail@example.com once invoked you will recieve instructions on your specified e-mail. 3.1 If your nickname is already taken then invoke /nick newNickname and repeat step 3. image
  3. (optional) if you have issue with the registration you can invoke /join #freenode and they will help you (don't be afraid to ask questions! :p) image
  4. Login using /msg NickServ identify yourPassword (red) note that your nick (green) has to be the same as the one you registered in step 3. image
  5. Write /join ##csharp and ask your questions! ^-^

also note that on hexchat you can store your credentials in image

which makes it so that you don't have to invoke /nick yourNickname and /msg NickServ identify yourPassword every time :p

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment