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 /doc/en | |
parent | 7c626c27863f6b41db573cb2e8d022571f446669 (diff) | |
download | weechat-c3915eaf040f9b9f03aa8b3319892577d30bb643.zip |
Add help about alias list for /alias command (task #9087)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/alias_commands.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/en/autogen/alias_commands.xml b/doc/en/autogen/alias_commands.xml index e229a4195..2f98d18c8 100644 --- a/doc/en/autogen/alias_commands.xml +++ b/doc/en/autogen/alias_commands.xml @@ -14,6 +14,8 @@ alias_name: name of alias command: command name (many commands can be separated by semicolons) arguments: arguments for command +Without argument, this command lists all defined alias. + Note: in command, special variables $1, $2,..,$9 are replaced by arguments given by user, and $* is replaced by all arguments. Variables $nick, $channel and $server are replaced by current nick/channel/server. </programlisting> |