diff options
Diffstat (limited to 'doc/ja/autogen/user/irc_commands.asciidoc')
-rw-r--r-- | doc/ja/autogen/user/irc_commands.asciidoc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ja/autogen/user/irc_commands.asciidoc b/doc/ja/autogen/user/irc_commands.asciidoc index ec96a6de7..4801f75a9 100644 --- a/doc/ja/autogen/user/irc_commands.asciidoc +++ b/doc/ja/autogen/user/irc_commands.asciidoc @@ -597,6 +597,17 @@ server: 送信先サーバ (内部サーバ名) option: 追加オプション、いくつかのサーバ用 ---- +[[command_irc_remove]] +[command]*`remove`* remove a user from the channel:: + +---- +/remove [<channel>] <nick> [<reason>] + +channel: チャンネル名 + nick: ニックネーム + reason: 理由 (特殊変数 $nick、$channel、$server はそれぞれの値に置換されます) +---- + [[command_irc_restart]] [command]*`restart`* サーバに再起動を指示:: |