From 9814901f56b661c214a3c093a3450b2f2c82c39e Mon Sep 17 00:00:00 2001 From: delthas Date: Wed, 7 Jul 2021 00:50:10 +0200 Subject: [PATCH] contrib/clients: Mention Hexchat --- contrib/clients.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/contrib/clients.md b/contrib/clients.md index 7071563..ef50540 100644 --- a/contrib/clients.md +++ b/contrib/clients.md @@ -31,8 +31,16 @@ A [Weechat script] is available to provide better integration with soju. The script will automatically connect to all of your networks once a single connection to soju is set up in Weechat. +# [Hexchat] + +Hexchat has support for a small set of IRCv3 capabilities. To prevent automatically reconnecting to channels parted from soju, and prevent buffering outgoing messages: + + /set irc_reconnect_rejoin off + /set net_throttle off + [IRCv3 support tables]: https://ircv3.net/software/clients [gamja]: https://sr.ht/~emersion/gamja/ [senpai]: https://sr.ht/~taiite/senpai/ [Weechat]: https://weechat.org/ [Weechat script]: https://github.com/weechat/scripts/blob/master/python/soju.py +[Hexchat]: https://hexchat.github.io/