From 22d4dc729e87714739babe829de6e44eb0f1bdb4 Mon Sep 17 00:00:00 2001 From: Geert Hauwaerts Date: Thu, 7 Aug 2014 23:36:53 +0200 Subject: [PATCH] Updated ALIAS help Updated ALIAS help. --- docs/help/in/alias.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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