mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 12:56:37 +02:00
trigger: fix wrong info in /help trigger.trigger.xxx.regex
This commit is contained in:
@@ -282,7 +282,7 @@ trigger_config_create_trigger_option (const char *trigger_name, int index_option
|
||||
option_name, "string",
|
||||
N_("replace text with a POSIX extended regular expression (it "
|
||||
"is done only if conditions are OK, and before running the "
|
||||
"command) (note: content is evaluated on trigger creation, "
|
||||
"command) (note: content is evaluated when trigger is run, "
|
||||
"see /help eval); format is: \"/regex/replace/var\" (var "
|
||||
"is the hashtable variable to replace, it is optional), "
|
||||
"many regex can be separated by a space, for example: "
|
||||
|
||||
Reference in New Issue
Block a user