mirror of
https://github.com/weechat/weechat.git
synced 2026-07-10 03:33:12 +02:00
api: allow wildcard "*" inside the mask in function string_match
This commit is contained in:
@@ -94,6 +94,6 @@ alias_info_init ()
|
||||
{
|
||||
weechat_hook_infolist ("alias", N_("list of aliases"),
|
||||
N_("alias pointer (optional)"),
|
||||
N_("alias name (can start or end with \"*\" as wildcard) (optional)"),
|
||||
N_("alias name (wildcard \"*\" is allowed) (optional)"),
|
||||
&alias_info_get_infolist_cb, NULL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user