diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-05-26 07:58:44 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-05-26 07:58:44 +0200 |
commit | 8b655a255204bd738eea1bb05e68e66f6c04672c (patch) | |
tree | fa9eed677c2d24bb70f6d071dd3944dcb25433bb /doc/en/autogen/user/irc_commands.asciidoc | |
parent | 34098cee27d28df1693ba34908bb91b2a6b5b5e0 (diff) | |
download | weechat-8b655a255204bd738eea1bb05e68e66f6c04672c.zip |
doc: update auto-generated files with IRC commands
Diffstat (limited to 'doc/en/autogen/user/irc_commands.asciidoc')
-rw-r--r-- | doc/en/autogen/user/irc_commands.asciidoc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/en/autogen/user/irc_commands.asciidoc b/doc/en/autogen/user/irc_commands.asciidoc index 05ca90997..44720bb6d 100644 --- a/doc/en/autogen/user/irc_commands.asciidoc +++ b/doc/en/autogen/user/irc_commands.asciidoc @@ -597,6 +597,17 @@ server: send to this server (internal name) option: extra option, for some servers ---- +[[command_irc_remove]] +[command]*`remove`* remove a user from the channel:: + +---- +/remove [<channel>] <nick> [<reason>] + +channel: channel name + nick: nick + reason: reason (special variables $nick, $channel and $server are replaced by their value) +---- + [[command_irc_restart]] [command]*`restart`* tell the server to restart itself:: |