mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02:00
updated
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1316 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
f9474e2c3d
commit
887c535ada
1 changed files with 8 additions and 2 deletions
|
|
@ -1,14 +1,20 @@
|
||||||
|
|
||||||
@SYNTAX:alias@
|
@SYNTAX:alias@
|
||||||
|
|
||||||
Creates a new alias or shows matching defined aliases.
|
Creates a new alias or shows matching defined aliases. Without
|
||||||
Without parameters shows all defined aliases.
|
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:
|
Examples:
|
||||||
|
|
||||||
/ALIAS w
|
/ALIAS w
|
||||||
- shows all defined aliases starting with letter 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
|
/ALIAS -send
|
||||||
- removes alias 'send'.
|
- removes alias 'send'.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue