summaryrefslogtreecommitdiff
path: root/doc/ja/autogen/user
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2012-10-09 21:33:09 +0200
committerSebastien Helleu <flashcode@flashtux.org>2012-10-09 21:33:09 +0200
commit5cfeb2f2bcad5a4b2c8350d386c28e131acfec30 (patch)
treedf603051c087fb1f051373c35ef425079a527a85 /doc/ja/autogen/user
parentaa6b88638632343516f175fd572417b7d54d483e (diff)
downloadweechat-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.txt12
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]]