Command: Alias

Creates a mapping of an input word to a string of text. Only the first word of input is checked for aliases. For other positions, use the set and unset commands.

Use {}s around the keyword and the string to ignore seperator characters while setting the alias. %0 can be used to insert all arguments. %1, %2, ... %9 can be used to insert a specific argument.

Usage:
#alias
#alias [keyword]
#alias [keyword] [string]
Examples:
#alias {bs} {remove main;wield backstabber}
#alias doh emote goes 'Doh!'
#alias sh say Hi %0!
See Also: Unalias, Hotkey, Action, Set