summaryrefslogtreecommitdiff
path: root/doc/ja/autogen/user/irc_commands.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ja/autogen/user/irc_commands.asciidoc')
-rw-r--r--doc/ja/autogen/user/irc_commands.asciidoc29
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/ja/autogen/user/irc_commands.asciidoc b/doc/ja/autogen/user/irc_commands.asciidoc
index a9c4e29ef..e73d63c42 100644
--- a/doc/ja/autogen/user/irc_commands.asciidoc
+++ b/doc/ja/autogen/user/irc_commands.asciidoc
@@ -84,6 +84,35 @@ channel: チャンネル名
引数無しの場合は、現在のチャンネルのバンリストを表示。
----
+[[command_irc_cap]]
+[command]*`cap`* client capability negotiation::
+
+----
+/cap ls
+ list
+ req|ack [<capability> [<capability>...]]
+ clear
+ end
+
+ ls: list the capabilities supported by the server
+ list: list the capabilities currently enabled
+ req: request a capability
+ ack: acknowledge capabilities which require client-side acknowledgement
+clear: clear the capabilities currently enabled
+ end: end the capability negotiation
+
+Without argument, "ls" and "list" are sent.
+
+Capabilities supported by WeeChat are: account-notify, away-notify, extended-join, multi-prefix, server-time, userhost-in-names.
+
+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
+ /cap clear
+----
+
[[command_irc_connect]]
[command]*`connect`* IRC サーバに接続::