Skip to content

Instantly share code, notes, and snippets.

@Kreyren
Created June 14, 2020 21:40
Show Gist options
  • Select an option

  • Save Kreyren/31528ba27efac3c3759394417cb9c325 to your computer and use it in GitHub Desktop.

Select an option

Save Kreyren/31528ba27efac3c3759394417cb9c325 to your computer and use it in GitHub Desktop.

Revisions

  1. Jacob Hrbek created this gist Jun 14, 2020.
    35 changes: 35 additions & 0 deletions something.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,35 @@
    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
    2. 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
    3. Open hexchat and navigate to Server List
    ![image](https://user-images.githubusercontent.com/11302521/83670290-39863280-a5d3-11ea-94b6-2af930914e23.png)
    4. On server list find Freenode
    ![image](https://user-images.githubusercontent.com/11302521/83670337-4c990280-a5d3-11ea-8a50-23977894ace0.png)
    5. If you are not registered then press **Connect**.
    6. 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.
    7. (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](https://user-images.githubusercontent.com/11302521/83670583-b1545d00-a5d3-11ea-95b4-20da8b5ee990.png)
    8. 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](https://user-images.githubusercontent.com/11302521/83670797-0001f700-a5d4-11ea-850d-de3039779c0a.png)
    9. Invoke `/join ##csharp` and ask your questions! ^-^

    ### For Webchat
    2. Choose an unique nickname (red), complete captha (green) and press **START**
    ![image](https://user-images.githubusercontent.com/11302521/83669048-39853300-a5d1-11ea-99fa-6614dcc22891.png)
    3. 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](https://user-images.githubusercontent.com/11302521/83669547-055e4200-a5d2-11ea-860d-63c324c41136.png)
    4. (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](https://user-images.githubusercontent.com/11302521/83669767-62f28e80-a5d2-11ea-8e1f-9ac138626ba1.png)
    5. 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](https://user-images.githubusercontent.com/11302521/83669966-b533af80-a5d2-11ea-83c1-130f2750053e.png)
    6. Write `/join ##csharp` and ask your questions! ^-^

    also note that on hexchat you can store your credentials in
    ![image](https://user-images.githubusercontent.com/11302521/83671039-566f3580-a5d4-11ea-86ee-04a842f5d23c.png)

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