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

From ZNC
Jump to navigation Jump to search
KindOne (talk | contribs)
Include the network.
KindOne (talk | contribs)
→‎ZNC Scripts: Add the HexChat Privmsg Script.
Line 44: Line 44:
* [[Buffextras/XChat-perl]]
* [[Buffextras/XChat-perl]]
* [[Savebuff/XChat-Perl]]
* [[Savebuff/XChat-Perl]]
* [https://github.com/TingPing/plugins/blob/master/HexChat/mymsg.py HexChat/Privmsg] 2.9.6+


[[Category:Clients]]
[[Category:Clients]]

Revision as of 15:15, 16 July 2013

Connecting to ZNC

SSL

Connecting

Connections to ZNC using SSL:

  • HexChat
  • Network List
  • Add "BNC"
  • Edit
  • Edit "my.bouncer.net/+6697"
  • Server password: username/network:password
  • [check] Auto connect to this network at startup
  • [check] Accept invalid SSL certificates
  • Close
  • Close


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)


Non SSL

This is for plain non-ssl connections.

Connecting

  • HexChat
  • Network List
  • Add "BNC"
  • Edit
  • Edit "my.bouncer.net/6667"
  • Server password: username/network:password
  • [check] Auto connect to this network at startup
  • Close
  • Close

ZNC Scripts