diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-08-03 21:18:17 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-08-03 21:18:17 +0200 |
commit | 2bd3d32f0d9d067b13f5bc0a797d58d8fea45bc2 (patch) | |
tree | 7e7b8a7dc79049a08567bc55dc596af496d233cb /doc/ja/includes/autogen_user_commands.ja.adoc | |
parent | 6b28cc001ff4613ea86113078b207881ab4126fc (diff) | |
download | weechat-2bd3d32f0d9d067b13f5bc0a797d58d8fea45bc2.zip |
irc: mention how to remove capability in /help cap
Diffstat (limited to 'doc/ja/includes/autogen_user_commands.ja.adoc')
-rw-r--r-- | doc/ja/includes/autogen_user_commands.ja.adoc | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/ja/includes/autogen_user_commands.ja.adoc b/doc/ja/includes/autogen_user_commands.ja.adoc index 2e8a00166..db5e8f115 100644 --- a/doc/ja/includes/autogen_user_commands.ja.adoc +++ b/doc/ja/includes/autogen_user_commands.ja.adoc @@ -176,7 +176,7 @@ channel: チャンネル名 ls: list the capabilities supported by the server list: list the capabilities currently enabled - req: request a capability + req: request a new capability or remove a capability (if starting with "-", for example: "-multi-prefix") ack: acknowledge capabilities which require client-side acknowledgement end: end the capability negotiation @@ -187,8 +187,14 @@ Capabilities supported by WeeChat are: account-notify, away-notify, cap-notify, The capabilities to automatically enable on servers can be set in option irc.server_default.capabilities (or by server in option irc.server.xxx.capabilities). Examples: - /cap - /cap req multi-prefix away-notify + display supported and enabled capabilities: + /cap + request capabilities multi-prefix and away-notify: + /cap req multi-prefix away-notify + request capability extended-join, remove capability multi-prefix: + /cap req extended-join -multi-prefix + remove capability away-notify: + /cap req -away-notify ---- [[command_irc_connect]] |