mirror of
https://github.com/weechat/weechat.git
synced 2026-07-02 07:46:38 +02:00
api: allow wildcard "*" inside the mask in function string_match
This commit is contained in:
@@ -991,8 +991,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
|
||||
"is done with target command)\n"
|
||||
" note: you can use %%command to use completion of an "
|
||||
"existing command\n"
|
||||
" alias: name of alias (can start or end with \"*\" for alias "
|
||||
"listing)\n"
|
||||
" alias: name of alias (wildcard \"*\" is allowed)\n"
|
||||
" command: command name with arguments (many commands can be "
|
||||
"separated by semicolons)\n"
|
||||
"\n"
|
||||
|
||||
Reference in New Issue
Block a user