1
0
mirror of https://github.com/irssi/irssi.git synced 2024-08-04 03:34:18 -04:00
irssi/docs/help/in/alias.in
Timo Sirainen 887c535ada updated
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1316 dbcabf3a-b0e7-0310-adc4-f8d773084564
2001-03-03 19:48:28 +00:00

23 lines
537 B
Plaintext

@SYNTAX:alias@
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.
Examples:
/ALIAS w
- shows all defined aliases starting with letter w.
/ALIAS send echo Sending file $1 to $0;dcc send $0-
- creates alias 'send'.
/ALIAS -send
- removes alias 'send'.
See also: UNALIAS