diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-03-17 13:08:09 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-03-17 13:08:09 +0100 |
commit | e056f20643db8e3039b6ab16d0766439a784cbdb (patch) | |
tree | a5c42529f7fdb77ae8516cce9985216abcacaa94 /doc/en | |
parent | 149c77decdbc81979af5aa9853e346f9beebca79 (diff) | |
download | weechat-e056f20643db8e3039b6ab16d0766439a784cbdb.zip |
rmodifier: add info about "groups" in /help rmodifier
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/rmodifier_commands.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/rmodifier_commands.txt b/doc/en/autogen/user/rmodifier_commands.txt index 18906369e..45fd9b91d 100644 --- a/doc/en/autogen/user/rmodifier_commands.txt +++ b/doc/en/autogen/user/rmodifier_commands.txt @@ -11,7 +11,7 @@ listdefault: list default rmodifiers add: add a rmodifier name: name of rmodifier modifiers: comma separated list of modifiers - groups: action on groups found: comma separated list of groups (from 1 to 9) with optional "*" after number to hide group + groups: action on groups captured in regular expression (inside parentheses): comma separated list of groups (from 1 to 9) with optional "*" after number to hide the group regex: regular expression (case insensitive, can start by "(?-i)" to become case sensitive) del: delete a rmodifier -all: delete all rmodifiers |