diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-22 10:01:25 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-22 10:01:25 +0100 |
commit | 73576b49d07eb610c0de8b5e99a55a7ef7aa9d96 (patch) | |
tree | 70dff7fa6ae94f77c269a8dd15966a69eca25668 /doc/en/autogen/user/irc_commands.txt | |
parent | 262340ba19314fc8d617045cc52466953f483d17 (diff) | |
download | weechat-73576b49d07eb610c0de8b5e99a55a7ef7aa9d96.zip |
irc: fix arguments in /help unquiet: at least one nick/host is required
Diffstat (limited to 'doc/en/autogen/user/irc_commands.txt')
-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 6d0877527..4e21d6e0d 100644 --- a/doc/en/autogen/user/irc_commands.txt +++ b/doc/en/autogen/user/irc_commands.txt @@ -798,7 +798,7 @@ channel: channel name [command]*`unquiet`* unquiet nicks or hosts:: ---- -/unquiet [<channel>] [<nick> [<nick>...]] +/unquiet [<channel>] <nick> [<nick>...] channel: channel name nick: user or host |