Command:/alias

From the wonderful RedGuides Wiki

This command is added by MacroQuest

Syntax Key
Notation Description
Text without brackets or braces Required items
<Text inside angle brackets> Placeholder for which you must supply a value
[Text inside square brackets] Optional items
Vertical bar (|) Separator for mutually exclusive items; choose one
{Text | inside | braces} Set of required items; choose one
Ellipsis () Items that can be repeated
Syntax /alias <aliasname> <command> | <aliasname> delete | list | reload
Description Add command aliases

Options

Option Description
list Lists all current aliases
delete deletes the specified alias
reload

Examples

To set an alias of /w for the command /who use /alias /w /who

To list all alias type /alias list

To delete an alias use /alias <aliasname> delete

See also