diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-10-09 21:33:09 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-10-09 21:33:09 +0200 |
commit | 5cfeb2f2bcad5a4b2c8350d386c28e131acfec30 (patch) | |
tree | df603051c087fb1f051373c35ef425079a527a85 /doc/ja/autogen/user | |
parent | aa6b88638632343516f175fd572417b7d54d483e (diff) | |
download | weechat-5cfeb2f2bcad5a4b2c8350d386c28e131acfec30.zip |
irc: add option "-noswitch" for command /join (task #12275)
Diffstat (limited to 'doc/ja/autogen/user')
-rw-r--r-- | doc/ja/autogen/user/irc_commands.txt | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/ja/autogen/user/irc_commands.txt b/doc/ja/autogen/user/irc_commands.txt index 3998edd5a..9c8591dfe 100644 --- a/doc/ja/autogen/user/irc_commands.txt +++ b/doc/ja/autogen/user/irc_commands.txt @@ -212,16 +212,18 @@ nick: nick [[command_irc_join]] [command]*`join`* チャンネルに参加:: ........................................ -/join [-server <server>] [<channel1>[,<channel2>...]] [<key1>[,<key2>...]] +/join [-noswitch] [-server <server>] [<channel1>[,<channel2>...]] [<key1>[,<key2>...]] - server: 送信先サーバ (内部サーバ名) -channel: 参加するチャンネルの名前 - key: チャンネルに参加するためのキー (キーが必要なチャンネルは最初に置くこと) +-noswitch: do not switch to new buffer + server: send to this server (internal name) + channel: channel name to join + key: key to join the channel (channels with a key must be the first in list) -例: +Examples: /join #weechat /join #protectedchan,#weechat key /join -server freenode #weechat + /join -noswitch #weechat ........................................ [[command_irc_kick]] |