1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 20:36:38 +02:00

rmodifier: prohibit names beginning with "#" for rmodifiers

This commit is contained in:
Sebastien Helleu
2012-06-04 10:06:46 +02:00
parent c681c660c6
commit 231ee3fa3d
18 changed files with 69 additions and 43 deletions
@@ -242,6 +242,8 @@ rmodifier_command_init ()
"listdefault: list default rmodifiers\n"
" add: add a rmodifier\n"
" name: name of rmodifier\n"
" note: the name can not start with "
"\"#\"\n"
" modifiers: comma separated list of modifiers\n"
" groups: action on groups found: comma separated "
"list of groups (from 1 to 9) with optional \"*\" "