1
0
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:
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
@@ -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);
}