Actions
Alias » History » Revision 3
« Previous |
Revision 3/12
(diff)
| Next »
Per Amundsen, 02/08/2014 01:18 AM
Added in 1.9.0
/alias [filename] <aliasname> <command>
Add/remove/replace any single line alias.
/alias /hello /me says hello
This will replace the first matching alias with the new command.
To remove an existing alias:
/alias /hello
If you want to add/remove/replace a alias in an existing file, use:
/alias hello.txt /alias /me says hello
If no filename is specified it will use the first match or the first loaded alias file.
Updated by Per Amundsen over 10 years ago · 3 revisions