Changeset 718 in code


Ignore:
Timestamp:
Nov 18, 2021, 8:05:58 PM (4 years ago)
Author:
contact
Message:

contrib/clients: WeeChat 3.3 enables all IRCv3 caps by default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/contrib/clients.md

    r633 r718  
    2828# [Weechat]
    2929
    30 By default, WeeChat doesn't request any IRCv3 capability. To enable all
    31 supported capabilities as of WeeChat 3.3:
     30A [Weechat script] is available to provide better integration with soju.
     31The script will automatically connect to all of your networks once a
     32single connection to soju is set up in Weechat.
    3233
    33     /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
     34On WeeChat 3.2-, no IRCv3 capabilities are enabled by default. To enable them:
     35
     36    /set irc.server_default.capabilities account-notify,away-notify,cap-notify,chghost,extended-join,invite-notify,multi-prefix,server-time,userhost-in-names
    3437    /save
    3538    /reconnect -all
    3639
    3740See `/help cap` for more information.
    38 
    39 A [Weechat script] is available to provide better integration with soju.
    40 The script will automatically connect to all of your networks once a
    41 single connection to soju is set up in Weechat.
    4241
    4342[IRCv3 support tables]: https://ircv3.net/software/clients
Note: See TracChangeset for help on using the changeset viewer.