1
0
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:
Sébastien Helleu
2014-04-12 23:07:06 +02:00
parent 001ea53f9d
commit 34723d2acc
71 changed files with 1637 additions and 1504 deletions
+2 -1
View File
@@ -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 */