diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-22 10:05:45 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-22 10:05:45 +0100 |
commit | aad5765e35e6b1de513adf36323cdb8bba9dc95e (patch) | |
tree | 587615b5cba2b0a903ffc6572127108354fe952e /doc/en/autogen/user | |
parent | 73576b49d07eb610c0de8b5e99a55a7ef7aa9d96 (diff) | |
download | weechat-aad5765e35e6b1de513adf36323cdb8bba9dc95e.zip |
irc: replace "user" by "nick" in description of commands
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r-- | doc/en/autogen/user/irc_commands.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/en/autogen/user/irc_commands.txt b/doc/en/autogen/user/irc_commands.txt index 4e21d6e0d..34e111bbe 100644 --- a/doc/en/autogen/user/irc_commands.txt +++ b/doc/en/autogen/user/irc_commands.txt @@ -75,7 +75,7 @@ Examples: /ban [<channel>] [<nick> [<nick>...]] channel: channel name - nick: user or host + nick: nick or host Without argument, this command display ban list for current channel. ---- @@ -560,7 +560,7 @@ server: send to this server (internal name) /quiet [<channel>] [<nick> [<nick>...]] channel: channel name - nick: user or host + nick: nick or host Without argument, this command display quiet list for current channel. ---- @@ -791,7 +791,7 @@ target: server name /unban [<channel>] <nick> [<nick>...] channel: channel name - nick: user or host + nick: nick or host ---- [[command_irc_unquiet]] @@ -801,7 +801,7 @@ channel: channel name /unquiet [<channel>] <nick> [<nick>...] channel: channel name - nick: user or host + nick: nick or host ---- [[command_irc_userhost]] |