mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 21:06:38 +02:00
Replace "joker" by "wildcard"
This commit is contained in:
@@ -281,7 +281,7 @@ script_init (struct t_weechat_plugin *weechat_plugin,
|
||||
callback_completion, NULL);
|
||||
weechat_hook_infolist (string, N_("list of scripts"),
|
||||
N_("script pointer (optional)"),
|
||||
N_("script name (can start or end with \"*\" as joker) (optional)"),
|
||||
N_("script name (can start or end with \"*\" as wildcard) (optional)"),
|
||||
callback_infolist, NULL);
|
||||
free (string);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user