To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.
HexChat: Difference between revisions
Jump to navigation
Jump to search
→ZNC Scripts: Add the HexChat Privmsg Script. |
>TingPing No edit summary |
||
Line 1: | Line 1: | ||
== Connecting to ZNC == | == Connecting to ZNC == | ||
=== Connecting === | |||
# Open the network list (ctrl+s or HexChat > Network List) | |||
# Hit *Add* and name the network | |||
# Hit *Edit* | |||
# Add the server's address by clicking on the server list and hit enter to save it. | |||
# You can check the autoconnect option here if you prefer. | |||
# Check "Use SSL.." and "Accept invalid SSL" if you are using that (it's invalid because it is self-signed) | |||
# Uncheck "Use global user information" and fill in the username with *username/network* | |||
# Enter your password... | |||
## For 2.9.6 you must have "Server Password" for login method. | |||
## Pre 2.9.6 just input into the "Server Password" field. | |||
# Hit Close to save your changes and then test it. | |||
==== Troubleshooting ==== | ==== Troubleshooting ==== | ||
Line 24: | Line 24: | ||
Connected. Now logging in... | Connected. Now logging in... | ||
Disconnected (Connection reset by peer) | Disconnected (Connection reset by peer) | ||
== ZNC Scripts == | == ZNC Scripts == |
Revision as of 15:38, 16 July 2013
Connecting to ZNC
Connecting
- Open the network list (ctrl+s or HexChat > Network List)
- Hit *Add* and name the network
- Hit *Edit*
- Add the server's address by clicking on the server list and hit enter to save it.
- You can check the autoconnect option here if you prefer.
- Check "Use SSL.." and "Accept invalid SSL" if you are using that (it's invalid because it is self-signed)
- Uncheck "Use global user information" and fill in the username with *username/network*
- Enter your password...
- For 2.9.6 you must have "Server Password" for login method.
- Pre 2.9.6 just input into the "Server Password" field.
- Hit Close to save your changes and then test it.
Troubleshooting
It does not connect.
If port 6697 is the SSL port, you need to specify the "+" before the port.
This is a failed attempt due to not specifying the "+"
Connecting to my.bouncer.net (6697) Connected. Now logging in... Disconnected (Connection reset by peer)