diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-11-09 20:48:35 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-11-09 20:48:35 +0100 |
commit | 4a2cd9d034da4e48be8501d9eacf177aeea56bbb (patch) | |
tree | 0c1b2605eee33a3a0bd097de1cbf7a4cc15ba388 /doc/en/autogen/user | |
parent | ed6528d84f7d9755ad0497012a52f93f0cd59b31 (diff) | |
download | weechat-4a2cd9d034da4e48be8501d9eacf177aeea56bbb.zip |
irc: fix help on mask in command /ignore
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r-- | doc/en/autogen/user/irc_commands.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/irc_commands.adoc b/doc/en/autogen/user/irc_commands.adoc index 4a00ae55c..a12a469ce 100644 --- a/doc/en/autogen/user/irc_commands.adoc +++ b/doc/en/autogen/user/irc_commands.adoc @@ -260,7 +260,7 @@ nick: nick or mask (wildcard "*" is allowed) list: list all ignores add: add an ignore - nick: nick or hostname (can be a POSIX extended regular expression if "re:" is given or a mask using "*" to replace one or more chars) + nick: nick or hostname (can be a POSIX extended regular expression if "re:" is given or a mask using "*" to replace zero or more chars) del: delete an ignore number: number of ignore to delete (look at list to find it) -all: delete all ignores |