diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-05-12 23:10:30 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-05-12 23:10:30 +0200 |
commit | 57781e6b0dd2bf80dd27e82e086c0dc86ce38090 (patch) | |
tree | 8a63fa17b12f82b287a0f9753ce507fe7bed3642 /doc/en/autogen | |
parent | d9c82e2103b53f3c2aae11ec8356de057f1cbbd9 (diff) | |
download | weechat-57781e6b0dd2bf80dd27e82e086c0dc86ce38090.zip |
irc: make reason optional in command /kill
Diffstat (limited to 'doc/en/autogen')
-rw-r--r-- | doc/en/autogen/user/irc_commands.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/irc_commands.txt b/doc/en/autogen/user/irc_commands.txt index 08b0c2286..05ca90997 100644 --- a/doc/en/autogen/user/irc_commands.txt +++ b/doc/en/autogen/user/irc_commands.txt @@ -319,7 +319,7 @@ Example: [command]*`kill`* close client-server connection:: ---- -/kill <nick> <reason> +/kill <nick> [<reason>] nick: nick reason: reason |