command_alias whisper w
command_alias goto move
command_alias brief b
+command_alias @atrlock @attrlock
+command_alias @atrchown @attrchown
# As well as commands, functions can be aliased. Same syntax,
# just function_alias instead of command_alias. Note that many
function_alias modulo mod
function_alias modulo modulus
function_alias randword pickrand
+function_alias atrlock attrlock
# For rhost compatibility
function_alias textfile dynhelp
Major changes:
* Implement attribute value access by %<name> [AEJ]
+ Minor changes:
+ * Alias @atrlock to @attrlock, @atrchown to @attrchown, and atrlock()
+ to attrlock() [AEJ]
+
Fixes:
* Add 'Command' lock to list of exemptions to Pass_Locks power [AEJ]
* Remove extraneous logged error messages from program() [AEJ]