Changeset 718 in code
- Timestamp:
- Nov 18, 2021, 8:05:58 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/contrib/clients.md
r633 r718 28 28 # [Weechat] 29 29 30 By default, WeeChat doesn't request any IRCv3 capability. To enable all 31 supported capabilities as of WeeChat 3.3: 30 A [Weechat script] is available to provide better integration with soju. 31 The script will automatically connect to all of your networks once a 32 single connection to soju is set up in Weechat. 32 33 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 34 On 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 34 37 /save 35 38 /reconnect -all 36 39 37 40 See `/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 a41 single connection to soju is set up in Weechat.42 41 43 42 [IRCv3 support tables]: https://ircv3.net/software/clients
Note:
See TracChangeset
for help on using the changeset viewer.