2000-07-26 13:52:19 -04:00
|
|
|
|
|
|
|
@SYNTAX:alias@
|
|
|
|
|
2001-03-03 14:48:28 -05:00
|
|
|
Creates a new alias or shows matching defined aliases. Without
|
|
|
|
parameters shows all defined aliases. Multiple commands can be run if
|
|
|
|
separated with ';' character. Parameters given to alias are in $0..$9
|
|
|
|
variables, if you don't use them in your alias, all parameters are
|
|
|
|
automatically appended after it.
|
2000-07-26 13:52:19 -04:00
|
|
|
|
|
|
|
Examples:
|
|
|
|
|
|
|
|
/ALIAS w
|
|
|
|
- shows all defined aliases starting with letter w.
|
|
|
|
|
2001-03-03 14:48:28 -05:00
|
|
|
/ALIAS send echo Sending file $1 to $0;dcc send $0-
|
|
|
|
- creates alias 'send'.
|
|
|
|
|
2000-07-26 13:52:19 -04:00
|
|
|
/ALIAS -send
|
|
|
|
- removes alias 'send'.
|
|
|
|
|
|
|
|
See also: UNALIAS
|
|
|
|
|