Skip to content

Commit

Permalink
Merge pull request #34 from j605/nickserv_auth_ghosting
Browse files Browse the repository at this point in the history
Nickserv authentication and nick ghosting
  • Loading branch information
kushaldas committed Aug 28, 2019
2 parents dbb15f5 + 7bcf02a commit 64ba25b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
Binary file added docs/img/hexchat_sasl.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions docs/irc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,18 @@ You will get a verification mail for your registration and same you have to exec
:width: 600px
:align: center

After verification one can authenticate to NickServ by issuing the following command::

/msg nickserv your_nick_name your_password

Authentication to NickServ in this fashion can be tedious to do manually each time.
In HexChat, one can setup SASL authentication in the server options.
Open the network selection window with `Ctrl+S` and select the network to edit.
In the edit window, shown below, change the login method to SASL and fill in your password.

.. image:: img/hexchat_sasl.png
:align: center

Below is a GIF which shows how to join the *#dgplug* channel on Freenode.

.. image:: img/hexchat.gif
Expand Down Expand Up @@ -274,3 +286,12 @@ There! You’re in! Welcome! Enjoy your time in the channel :)
.. figure:: img/webirc/webirc-11.png
:width: 800px
:align: center

Nick Ghosting
-------------

If for some reason, your nick lingers on after you are disconnected either due to a bad connection, or due to a `netsplit <https://en.wikipedia.org/wiki/Netsplit>`_, you will be unable to use your nick again since it already is on the server.
To remove the nick from the server, one needs to **ghost** it.
To do this, make sure you are authenticated to NickServ and execute the following command::

/msg nickserv ghost your_nick_name your_password

0 comments on commit 64ba25b

Please sign in to comment.