From ecf5b40d65e972e8f1306e03e8d069e7f4481c6a Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 1 May 2021 18:52:28 +0200 Subject: [PATCH] contrib/weechat: explain how to enable IRCv3 features --- contrib/weechat.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 contrib/weechat.md diff --git a/contrib/weechat.md b/contrib/weechat.md new file mode 100644 index 0000000..c835ffa --- /dev/null +++ b/contrib/weechat.md @@ -0,0 +1,10 @@ +# Weechat configuration + +By default, WeeChat doesn't request any IRCv3 capability. To enable all +supported capabilities has of WeeChat 3.1: + + /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.