This is an old revision of the document!
Aliases (See also: Spell Spam
This is a quite powerful command for those of you who don't have a
client program like tintin++.
Make your own aliases. Shorten down often used and long names.
alias [SHORT] [REPLACE] or alias [load|save|clear]
> alias k kill
> k fido (will be: kill fido)
> alias z zugerunerweisen
> rescue z (will be: rescue zugerunerweisen)
You can also define multiple commands with an alias, seperating each
command with an &:
> alias ge get bread bag & eat bread
Will make
> ge = > get bread bag
> eat bread
You can target things with an alias using the % sign, which is replaced
by whatever you type after your alias.
> alias befriend shake % & smile % & kiss % & french %
> befriend Wibbler
This will shake the hand of Wibbler, as well as smile, kiss him and
slip him the tongue.
To remove an alias, simply use the alias command followed by the name of the
alias, but nothing else.
> alias ge
See Also: TOGGLE, SPEEDWALK, SPAMMING ALIAS