mirror of
https://github.com/weechat/weechat.git
synced 2026-07-04 08:43:13 +02:00
Add help about alias list for /alias command (task #9087)
This commit is contained in:
@@ -935,6 +935,8 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
|
||||
" command: command name (many commands can be "
|
||||
"separated by semicolons)\n"
|
||||
" arguments: arguments for command\n\n"
|
||||
"Without argument, this command lists all "
|
||||
"defined alias.\n\n"
|
||||
"Note: in command, special variables "
|
||||
"$1, $2,..,$9 are replaced by arguments given "
|
||||
"by user, and $* is replaced by all arguments.\n"
|
||||
|
||||
Reference in New Issue
Block a user