summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGeert Hauwaerts <geert@hauwaerts.be>2014-08-07 23:36:53 +0200
committerGeert Hauwaerts <geert@hauwaerts.be>2014-08-07 23:36:53 +0200
commit22d4dc729e87714739babe829de6e44eb0f1bdb4 (patch)
tree3933b6c8d729919665cd16905bf641309c2a7109 /docs
parent71ab0fbda6878db4ac710b3df527f8dc13e517b6 (diff)
downloadirssi-22d4dc729e87714739babe829de6e44eb0f1bdb4.zip
Updated ALIAS help
Updated ALIAS help.
Diffstat (limited to 'docs')
-rw-r--r--docs/help/in/alias.in6
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