mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 12:26:40 +02:00
api: allow wildcard "*" inside the mask in function string_match
This commit is contained in:
@@ -99,7 +99,8 @@ script_info_init ()
|
||||
weechat_hook_infolist ("script_script",
|
||||
N_("list of scripts"),
|
||||
N_("script pointer (optional)"),
|
||||
N_("script name with extension (can start or end with \"*\" as wildcard) (optional)"),
|
||||
N_("script name with extension "
|
||||
"(wildcard \"*\" is allowed) (optional)"),
|
||||
&script_info_get_infolist_cb, NULL);
|
||||
|
||||
/* hdata hooks */
|
||||
|
||||
Reference in New Issue
Block a user