Alias Reference

Functions

;
Linebreak.
$*$
All arguments.
$n$
Argument n.
$*n$
All arguments up to and including n.
$n*$
All arguments from n onwards.
$-n$
The nth argument from the end.
$*-n$
All arguments up to and including the nth argument from the end.
$-n*$
All arguments from the nth argument from the end onwards.
$arg:text$
Arguments or text.
$argn:text$
Argument n or text.
$ifarg:text$endif$
If any arguments are given, text, otherwise nothing.
$ifargn:text$endif$
If n arguments are given, text, otherwise nothing.
$ifarg:text1$else$text2$endif$
If any arguments are given, text1, otherwise text2.
$ifargn:text1$else$text2$endif$
If n arguments are given, text1, otherwise text2.

Special Aliases

login
Alias automatically run on login.
afterinventory
Alias automatically run after your inventory regenerates.
.plan
Your plan. Up to 5 lines long.
.project
Your project. Up to 5 lines long.
.reference
Your reference. Up to 20 lines long.
.signature
Your signature.
.warcries
A list of warcries to be used when you type "warcry random".