In Baxter, aliases are implemented much the same way they are in mIRC, although
multi-line aliases are not yet supported. The following variables can be
used:
Variable
|
Resolves To
|
$channel | Channel that command is invoked from |
$me | Your nick |
$1 | The first argument |
$2 | The second argument |
$n | The nth argument |
$1- | The first argument and all the text after it |
$3- | The third argument and all the text after it |
Some common aliases:
Command | Alias | User types |
/join #$1- | /j | /j channel key |
/mode $channel +o $1 | /op | /op user |
|