NAME
	alias

DESCRIPTION
	Add, clear and view aliases. User can define aliases for any
	string, also aliases on alias definitions. Aliases can be added
	dynamically. Changing existing aliases is possible without removing
	the alias first. Do 'help quicktyper' for more info about using
	command line features in StickMud.

ARGUMENTS
	-clear			Clear all aliases.
	-del <alias>		Delete alias.
	-h			Short usage.
	-help			Same as above.

	<alias> <string>	Make alias <alias> ouf of string <string>.
				If <alias> exists, only the string part
				will be changed.

	<alias>			Find and show alias <alias>.

	If no arguments are given the list of aliases is shown.

OTHER DATA
	Alias buffer size	30

EXAMPLES
	alias t	tron		-'t' is converted to 'tron'.
	alias t doomdark	-'t' is changed to 'doomdark'.
	alias -del t		-Alias removed.

SEE ALSO
	command,dq, quicktyper.

//Tron
