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 /src/plugins/rmodifier | |
parent | 149c77decdbc81979af5aa9853e346f9beebca79 (diff) | |
download | weechat-e056f20643db8e3039b6ab16d0766439a784cbdb.zip |
rmodifier: add info about "groups" in /help rmodifier
Diffstat (limited to 'src/plugins/rmodifier')
-rw-r--r-- | src/plugins/rmodifier/rmodifier-command.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/rmodifier/rmodifier-command.c b/src/plugins/rmodifier/rmodifier-command.c index 26e1a1f94..8eb229b2c 100644 --- a/src/plugins/rmodifier/rmodifier-command.c +++ b/src/plugins/rmodifier/rmodifier-command.c @@ -241,9 +241,10 @@ rmodifier_command_init () " add: add a rmodifier\n" " name: name of rmodifier\n" " modifiers: comma separated list of modifiers\n" - " groups: action on groups found: comma separated " + " 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 group\n" + "after number to hide the group\n" " regex: regular expression (case insensitive, " "can start by \"(?-i)\" to become case sensitive)\n" " del: delete a rmodifier\n" |