diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-02-08 23:20:14 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-02-08 23:20:14 +0100 |
commit | c3915eaf040f9b9f03aa8b3319892577d30bb643 (patch) | |
tree | 21d0725516ccf938c1005f7c1c729c48335b9d7a /src/plugins/alias | |
parent | 7c626c27863f6b41db573cb2e8d022571f446669 (diff) | |
download | weechat-c3915eaf040f9b9f03aa8b3319892577d30bb643.zip |
Add help about alias list for /alias command (task #9087)
Diffstat (limited to 'src/plugins/alias')
-rw-r--r-- | src/plugins/alias/alias.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/alias/alias.c b/src/plugins/alias/alias.c index 025676bb0..1b223d146 100644 --- a/src/plugins/alias/alias.c +++ b/src/plugins/alias/alias.c @@ -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" |