We will install an IRC program called Hexchat.
For a Linux distributions like Debian, Ubuntu, or Mint open a terminal and type:
sudo apt install hexchat
For a Linux distributions like Redhat, Fedora 21 or earlier, or CentOS open a terminal and type:
sudo yum install hexchat
For Fedora 22 or later open a terminal and type:
sudo dnf install hexchat
For Windows environment, download latest Hexchat installation binary from Hexchat download and install it. You will probably also need extra components shown just under Hexchat.
Now open the hexchat program just like you would for any Linux program.
If all goes well we should get a dialog window indicating the connection to freenode has completed, and what to do next.. For now we’ll select “Nothing, I’ll join a channel later.”
When you login to the server for the first time with your nickname, its being used by you, but it’s still not registered yet.
In order to register we need to send a message to nickserv on freenode, which is a bot that allows us to register and identify ourselves as the owner of a nick name.
Type the following to register your nick name with nickserv replacing mysecretpassword and test@domain.com with your own password and email address:
/msg nickserv register mysecretpassword test@domain.com
If all goes well you should receive a message back instantly that the nick name is registered by you and an activation email will be sent to the email address you provided.
In order to identify ourselves that we own the nick name upon logging in, we need to tell Hexchat to communicate our password over upon connecting.
Congratulations you’re now ready to communicate with the OpenStack community and have a registered nick name on Freenode! From here on out when you connect to Freenode with Hexchat you will be identified with your nickname.
We’ll install an IRC program called Colloquy.
If all goes well in the second window we should see our our new connection and our client connected.
If all goes well we should be connected and no pop ups as indicted in the previous step’s Troubleshooting section.
When you login to the server for the first time with your nickname, its being used by you, but it’s still not registered yet.
In order to register we need to send a message to nickserv on freenode, which is a bot that allows us to register and identify ourselves as the owner of a nick name.
Click the message user icon and type:
nickserv
A message dialog window will come up. Type the following to register your nick name with nickserv replacing mysecretpassword and test@domain.com with your own password and email address:
register mysecretpassword test@domain.com
If all goes well you should receive a message back instantly that the nick name is registered by you and an activation email will be sent to the email address you provided.
In order to identify ourselves that we own the nick name upon logging in, we need to tell Colloquy to communicate our password over upon connecting.
Congratulations you’re now ready to communicate with the OpenStack community and have a registered nick name on Freenode! From here on out when you connect to Freenode with Colloquy you will be identified with your nickname.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.