1
0
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:
Sebastien Helleu
2009-02-08 23:20:14 +01:00
parent 7c626c2786
commit c3915eaf04
11 changed files with 32 additions and 8 deletions
+2
View File
@@ -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"