diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-02-09 07:28:08 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-02-09 07:28:08 +0100 |
commit | b983cc2943b84a4d6e5e43ed1e0865ae3993431b (patch) | |
tree | d53e6d7e9ba918d824f09c6dd88ea11b63db84f4 /doc | |
parent | 45a1174000c23d0bfce5479835a831845ea951f3 (diff) | |
download | weechat-b983cc2943b84a4d6e5e43ed1e0865ae3993431b.zip |
doc: update Japanese auto-generated files
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ja/autogen/user/irc_commands.asciidoc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/ja/autogen/user/irc_commands.asciidoc b/doc/ja/autogen/user/irc_commands.asciidoc index e5678ef0c..767eddaff 100644 --- a/doc/ja/autogen/user/irc_commands.asciidoc +++ b/doc/ja/autogen/user/irc_commands.asciidoc @@ -148,12 +148,12 @@ WeeChat がサポートする機能: account-notify、away-notify、cap-notify ---- /ctcp [-server <server>] <target>[,<target>...] <type> [<arguments>] - server: send to this server (internal name) - target: nick or channel ('*' = current channel) - type: CTCP type (examples: "version", "ping", ..) -arguments: arguments for CTCP + server: 送信先サーバ名 (内部名) + target: 送信先ニックネーム又はチャンネル ('*' の場合現在のチャンネル宛に送信) + type: CTCP タイプ (例: "version"、"ping"、..) +arguments: CTCP の引数 -Examples: +例: /ctcp toto time /ctcp toto version /ctcp * version |