Added SILC Thread Queue API
[crypto.git] / apps / irssi / docs / help / in / alias.in
1
2 @SYNTAX:alias@
3
4 Creates a new alias or shows matching defined aliases. Without
5 parameters shows all defined aliases. Multiple commands can be run if
6 separated with ';' character. Parameters given to alias are in $0..$9
7 variables, if you don't use them in your alias, all parameters are
8 automatically appended after it.
9
10 Examples:
11
12 /ALIAS w
13    - shows all defined aliases starting with letter w.
14
15 /ALIAS send echo Sending file $1 to $0;dcc send $0-
16    - creates alias 'send'.
17
18 /ALIAS -send
19    - removes alias 'send'.
20
21 See also: UNALIAS
22