diff options
author | Nils Görs <weechatter@arcor.de> | 2012-11-02 18:15:24 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-11-02 18:15:24 +0100 |
commit | 8e5d3138858533d8f367b12090f0271ec6b643dd (patch) | |
tree | fa9b2f21ac409f23ccc9955600f10af68d798e63 /doc/ja/autogen/user/irc_commands.txt | |
parent | b1005fc23e963e55cf6606888e14b60b4ab27d2b (diff) | |
download | weechat-8e5d3138858533d8f367b12090f0271ec6b643dd.zip |
irc: add command /quiet, fix display of messages 728/729 (quiet list, end of quiet list) (task #12278)
Diffstat (limited to 'doc/ja/autogen/user/irc_commands.txt')
-rw-r--r-- | doc/ja/autogen/user/irc_commands.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ja/autogen/user/irc_commands.txt b/doc/ja/autogen/user/irc_commands.txt index 36a22f0aa..79dc003e5 100644 --- a/doc/ja/autogen/user/irc_commands.txt +++ b/doc/ja/autogen/user/irc_commands.txt @@ -467,6 +467,17 @@ server: 送信先サーバ (内部サーバ名) text: 送信テキスト ........................................ +[[command_irc_quiet]] +[command]*`quiet`* quiet nicks or hosts:: +........................................ +/quiet [<channel>] [<nick> [<nick>...]] + +channel: channel for quiet + nick: user or host to quiet + +Without argument, this command display quiet list for current channel. +........................................ + [[command_irc_quote]] [command]*`quote`* パースせずにサーバ宛に生データを送信:: ........................................ |