diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-06-08 09:39:27 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-06-08 09:39:27 +0200 |
commit | f68c9c6df6d22c55015ebe69430d73ad4e6661a0 (patch) | |
tree | 6fb2735ee3bfb19d851b820989ca97e40b49981c /doc/en/autogen/user | |
parent | 17e451ae55ed666cdc4a2b7051f027a459001335 (diff) | |
download | weechat-f68c9c6df6d22c55015ebe69430d73ad4e6661a0.zip |
irc: fix help of commands kick/kickban/remove (closes #102)
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r-- | doc/en/autogen/user/irc_commands.asciidoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/en/autogen/user/irc_commands.asciidoc b/doc/en/autogen/user/irc_commands.asciidoc index 44720bb6d..739ecd474 100644 --- a/doc/en/autogen/user/irc_commands.asciidoc +++ b/doc/en/autogen/user/irc_commands.asciidoc @@ -288,7 +288,7 @@ Examples: ---- [[command_irc_kick]] -[command]*`kick`* forcibly remove a user from a channel:: +[command]*`kick`* kick a user out of a channel:: ---- /kick [<channel>] <nick> [<reason>] @@ -299,7 +299,7 @@ channel: channel name ---- [[command_irc_kickban]] -[command]*`kickban`* kicks and bans a nick from a channel:: +[command]*`kickban`* kick a user out of a channel and ban the host:: ---- /kickban [<channel>] <nick> [<reason>] @@ -598,7 +598,7 @@ option: extra option, for some servers ---- [[command_irc_remove]] -[command]*`remove`* remove a user from the channel:: +[command]*`remove`* force a user to leave a channel:: ---- /remove [<channel>] <nick> [<reason>] |