diff options
author | Geert Hauwaerts <geert@hauwaerts.be> | 2014-08-07 23:36:53 +0200 |
---|---|---|
committer | Geert Hauwaerts <geert@hauwaerts.be> | 2014-08-07 23:36:53 +0200 |
commit | 22d4dc729e87714739babe829de6e44eb0f1bdb4 (patch) | |
tree | 3933b6c8d729919665cd16905bf641309c2a7109 /docs | |
parent | 71ab0fbda6878db4ac710b3df527f8dc13e517b6 (diff) | |
download | irssi-22d4dc729e87714739babe829de6e44eb0f1bdb4.zip |
Updated ALIAS help
Updated ALIAS help.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/alias.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/help/in/alias.in b/docs/help/in/alias.in index 1851ad53..5cea00c0 100644 --- a/docs/help/in/alias.in +++ b/docs/help/in/alias.in @@ -15,7 +15,7 @@ multiple commands. The parameters given to the alias are expanded in '$[\d]'; for example $0, - $1, $2, $8, $12, ... + $1, $2, $8, ..., as well as any other special variable. If you don't use any parameters in your alias, all parameters will be automatically appended after it. @@ -29,5 +29,9 @@ /ALIAS UNACT SCRIPT EXEC \$_->activity(0) for Irssi::windows /ALIAS QOP ^MSG Q op $C +%9References:%9 + + https://github.com/irssi/irssi/blob/master/docs/special_vars.txt + %9See also:%9 BIND, UNALIAS |