diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-06-12 21:18:42 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-06-15 18:56:41 +0200 |
commit | 70b66c4f6b708269712f71c52d7ca0c2d6766b94 (patch) | |
tree | edaa5c72d3ce32268531237bbfbb1e15a7839652 /doc/ja | |
parent | 0525922ee4b50911c44b1c4d5b79c19a5f0660ee (diff) | |
download | weechat-70b66c4f6b708269712f71c52d7ca0c2d6766b94.zip |
irc: add command /setname, add support of message and capability "setname" (closes #1653)
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/includes/autogen_user_commands.ja.adoc | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/doc/ja/includes/autogen_user_commands.ja.adoc b/doc/ja/includes/autogen_user_commands.ja.adoc index ab3604680..a4a793668 100644 --- a/doc/ja/includes/autogen_user_commands.ja.adoc +++ b/doc/ja/includes/autogen_user_commands.ja.adoc @@ -121,19 +121,19 @@ channel: チャンネル名 req|ack [<capability> [<capability>...]] end - ls: サーバがサポートする機能をリスト - list: 現在有効化されている機能をリスト - req: 機能情報を要求 - ack: クライアント側に承認を要求する機能を承認 - 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 + end: end the capability negotiation -引数無しの場合、"ls" と "list" を送信します。 +Without argument, "ls" and "list" are sent. -WeeChat がサポートする機能: account-notify、away-notify、cap-notify、chghost、extended-join、invite-notify、multi-prefix、server-time、userhost-in-names。 +Capabilities supported by WeeChat are: account-notify, away-notify, cap-notify, chghost, extended-join, invite-notify, multi-prefix, server-time, setname, userhost-in-names. -自動的に有効化する機能を設定するにはオプション irc.server_default.capabilities (または対象のサーバに関するオプション irc.server.xxx.capabilities) を使ってください。 +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 ---- @@ -808,6 +808,15 @@ mask: マスクにマッチするサービスだけをリストアップ type: タイプにマッチするサービスだけをリストアップ ---- +[[command_irc_setname]] +* `+setname+`: set real name + +---- +/setname <realname> + +realname: new real name +---- + [[command_irc_squery]] * `+squery+`: サービスにメッセージを配送 |