Alias @atrlock, @atrchown, atrlock()
authorAri Johnson <ari@theari.com>
Fri, 17 Dec 2010 19:34:20 +0000 (19:34 +0000)
committerAri Johnson <ari@theari.com>
Fri, 22 May 2009 15:04:49 +0000 (15:04 +0000)
(cherry picked from commit 70ab47c1aee391dfc505afabbe706845f3483a9f)

game/aliascnf.dst
game/txt/changes/0.73p2

index 8ef5d6710923379bff48bbd59c46135affbcdab1..7e7ea9ffac4fd3f4fab89c69a4875d0a72d65086 100644 (file)
@@ -35,6 +35,8 @@ command_alias page p
 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
@@ -52,6 +54,7 @@ function_alias iter parse
 function_alias modulo mod
 function_alias modulo modulus
 function_alias randword pickrand
+function_alias atrlock attrlock
 
 # For rhost compatibility
 function_alias textfile dynhelp
index 09c86a719491f049f01ef5149ddc1eea18d771d4..4e737601904981a0816bf377067d143fde68c1ae 100644 (file)
@@ -10,6 +10,10 @@ CobraMUSH Version 0.73p2
   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]