From: Ari Johnson Date: Fri, 17 Dec 2010 19:34:20 +0000 (+0000) Subject: Alias @atrlock, @atrchown, atrlock() X-Git-Tag: 0.73p2~21 X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=c515c0695d3fc6c07f4f17a032767163cf5f3087;p=cobramush.git Alias @atrlock, @atrchown, atrlock() (cherry picked from commit 70ab47c1aee391dfc505afabbe706845f3483a9f) --- diff --git a/game/aliascnf.dst b/game/aliascnf.dst index 8ef5d67..7e7ea9f 100644 --- a/game/aliascnf.dst +++ b/game/aliascnf.dst @@ -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 diff --git a/game/txt/changes/0.73p2 b/game/txt/changes/0.73p2 index 09c86a7..4e73760 100644 --- a/game/txt/changes/0.73p2 +++ b/game/txt/changes/0.73p2 @@ -10,6 +10,10 @@ CobraMUSH Version 0.73p2 Major changes: * Implement attribute value access by % [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]