diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-28 16:24:15 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-28 16:24:15 +0200 |
commit | a260039d01aedb94834eb2c6651b6613e1b09f1a (patch) | |
tree | 756912e41ab77658f70ac96c1ed2aae4045ea32b /doc/en/autogen | |
parent | f92b7f9573469a42c908930266ace47e83dcd88d (diff) | |
download | weechat-a260039d01aedb94834eb2c6651b6613e1b09f1a.zip |
irc: allow reason for command /disconnect
Diffstat (limited to 'doc/en/autogen')
-rw-r--r-- | doc/en/autogen/user/irc_commands.txt | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/en/autogen/user/irc_commands.txt b/doc/en/autogen/user/irc_commands.txt index a89047741..5c7992c21 100644 --- a/doc/en/autogen/user/irc_commands.txt +++ b/doc/en/autogen/user/irc_commands.txt @@ -133,16 +133,19 @@ Examples: [[command_irc_die]] [command]*`die`* shutdown the server:: ........................................ +/die [<target>] + +target: server name ........................................ [[command_irc_disconnect]] -[command]*`disconnect`* disconnect from IRC server(s):: +[command]*`disconnect`* disconnect from one or all IRC servers:: ........................................ -/disconnect <server> [<server>...] - -all +/disconnect [<server>|-all [<reason>]] server: server name to disconnect -all: disconnect from all servers +reason: reason for quit ........................................ [[command_irc_halfop]] @@ -489,6 +492,9 @@ option: extra option, for some servers [[command_irc_restart]] [command]*`restart`* tell the server to restart itself:: ........................................ +/restart [<target>] + +target: server name ........................................ [[command_irc_sajoin]] |