1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

Updated ALIAS help

Updated ALIAS help.
This commit is contained in:
Geert Hauwaerts 2014-08-07 23:36:53 +02:00
parent 71ab0fbda6
commit 22d4dc729e

View File

@ -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