diff options
Diffstat (limited to 'docs/help/in')
-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 |