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