diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-05-29 18:28:29 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-05-29 18:28:29 +0200 |
commit | c103c8d35677feda74fe386e0cf43519510fc500 (patch) | |
tree | 76feec7071a3ff9da1323e84e26b7f38a83d4d15 /doc/ja/autogen | |
parent | 2e647d4c5892e8e1494a1b0a4a41d0c0ad87522b (diff) | |
download | weechat-c103c8d35677feda74fe386e0cf43519510fc500.zip |
irc: fix multiple nicks in command /query (separated by commas): open one buffer per nick
Diffstat (limited to 'doc/ja/autogen')
-rw-r--r-- | doc/ja/autogen/user/irc_commands.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/autogen/user/irc_commands.txt b/doc/ja/autogen/user/irc_commands.txt index 72941edc1..780834b95 100644 --- a/doc/ja/autogen/user/irc_commands.txt +++ b/doc/ja/autogen/user/irc_commands.txt @@ -461,7 +461,7 @@ daemon2: メッセージをデーモンに転送 [[command_irc_query]] [command]*`query`* ニックネーム宛にプライベートメッセージを送信:: ........................................ -/query [-server <server>] <nick> [<text>] +/query [-server <server>] <nick>[,<nick>...] [<text>] server: 送信先サーバ (内部サーバ名) nick: プライベート会話を行うニックネーム |