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

api: allow wildcard "*" inside the mask in function string_match

This commit is contained in:
Sébastien Helleu
2014-04-12 23:07:06 +02:00
parent 001ea53f9d
commit 34723d2acc
71 changed files with 1637 additions and 1504 deletions
+1 -1
View File
@@ -1004,7 +1004,7 @@ trigger_command_init ()
" monitor: open the trigger monitor buffer, with optional filter:\n"
" filter: filter hooks/triggers to display (a hook must start "
"with \"@\", for example \"@signal\"), many filters can be separated "
"by commas; each trigger name can start or end with \"*\"\n"
"by commas; wildcard \"*\" is allowed in each trigger name\n"
"\n"
"When a trigger callback is called, following actions are performed, "
"in this order:\n"