From 4961e5f107e1e61cb13752075ad95cd1511740dc Mon Sep 17 00:00:00 2001 From: contact Date: Thu, 18 Nov 2021 20:05:58 +0000 Subject: [PATCH] contrib/clients: WeeChat 3.3 enables all IRCv3 caps by default git-svn-id: file:///srv/svn/repo/suika/trunk@718 f0ae65fe-ee39-954e-97ec-027ff2717ef4 --- contrib/clients.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/contrib/clients.md b/contrib/clients.md index 3a5385d..3ffbbc6 100644 --- a/contrib/clients.md +++ b/contrib/clients.md @@ -27,19 +27,18 @@ integration. senpai supports many IRCv3 features including chat history. # [Weechat] -By default, WeeChat doesn't request any IRCv3 capability. To enable all -supported capabilities as of WeeChat 3.3: +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. - /set irc.server_default.capabilities account-notify,away-notify,cap-notify,chghost,extended-join,invite-notify,message-tags,multi-prefix,server-time,setname,userhost-in-names +On WeeChat 3.2-, no IRCv3 capabilities are enabled by default. To enable them: + + /set irc.server_default.capabilities account-notify,away-notify,cap-notify,chghost,extended-join,invite-notify,multi-prefix,server-time,userhost-in-names /save /reconnect -all See `/help cap` for more information. -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. - [IRCv3 support tables]: https://ircv3.net/software/clients [gamja]: https://sr.ht/~emersion/gamja/ [senpai]: https://sr.ht/~taiite/senpai/