2000-07-26 17:52:19 +00:00
|
|
|
|
2014-07-03 21:41:10 +02:00
|
|
|
%9Syntax:%9
|
2014-07-02 22:25:33 +02:00
|
|
|
|
2000-07-26 17:52:19 +00:00
|
|
|
@SYNTAX:alias@
|
|
|
|
|
2014-07-03 21:41:10 +02:00
|
|
|
%9Parameters:%9
|
2000-07-26 17:52:19 +00:00
|
|
|
|
2014-07-02 22:25:33 +02:00
|
|
|
A name of the alias and the command to execute. You can prepend the alias
|
2014-08-07 22:00:40 +02:00
|
|
|
with the '-' character to remove the alias; if no argument is given, your
|
2014-07-02 22:25:33 +02:00
|
|
|
aliases will be displayed.
|
|
|
|
|
2014-07-03 21:41:10 +02:00
|
|
|
%9Description:%9
|
2000-07-26 17:52:19 +00:00
|
|
|
|
2014-08-07 22:00:40 +02:00
|
|
|
Creates or updates an alias; you can use the ';' character to separate
|
2014-07-02 22:25:33 +02:00
|
|
|
multiple commands.
|
2000-07-26 17:52:19 +00:00
|
|
|
|
2014-08-07 22:00:40 +02:00
|
|
|
The parameters given to the alias are expanded in '$[\d]'; for example $0,
|
2014-08-07 23:36:53 +02:00
|
|
|
$1, $2, $8, ..., as well as any other special variable.
|
2014-07-02 22:25:33 +02:00
|
|
|
|
|
|
|
If you don't use any parameters in your alias, all parameters will be
|
|
|
|
automatically appended after it.
|
|
|
|
|
2014-07-03 21:41:10 +02:00
|
|
|
%9Examples:%9
|
2001-03-03 19:48:28 +00:00
|
|
|
|
2014-07-03 21:41:10 +02:00
|
|
|
/ALIAS
|
2014-07-07 19:47:51 +02:00
|
|
|
/ALIAS UH USERHOST
|
2014-07-02 22:25:33 +02:00
|
|
|
/ALIAS COMEBACK SAY I was hoping for a battle of wits, but you seem to be unarmed.
|
|
|
|
/ALIAS -COMEBACK
|
2014-07-06 22:36:13 +02:00
|
|
|
/ALIAS UNACT SCRIPT EXEC \$_->activity(0) for Irssi::windows
|
2014-07-02 22:25:33 +02:00
|
|
|
/ALIAS QOP ^MSG Q op $C
|
2000-07-26 17:52:19 +00:00
|
|
|
|
2014-08-07 23:36:53 +02:00
|
|
|
%9References:%9
|
|
|
|
|
|
|
|
https://github.com/irssi/irssi/blob/master/docs/special_vars.txt
|
|
|
|
|
2014-07-03 21:41:10 +02:00
|
|
|
%9See also:%9 BIND, UNALIAS
|
2000-07-26 17:52:19 +00:00
|
|
|
|