You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stjepan Bakrac edited this page May 22, 2020
·
6 revisions
Commands
/alias <alias> <command>
Creates a new alias with a given command line. <alias> commands can not contain spaces. Special characters are allowed. Any <command> containing spaces must be enclosed by quotes.
/unalias <alias>
Deletes an existing alias.
Example Usage
/alias test "/echo ding~"
This alias creates the command /test which sends the input /echo ding~.