[ScryMUD] SVN Commit Info r963 - in trunk/mud/grrmud: Help server

svn-log at scrymud.net svn-log at scrymud.net
Sun Feb 24 11:37:34 PST 2008


Author: kaj
Date: 2008-02-24 11:37:34 -0800 (Sun, 24 Feb 2008)
New Revision: 963

Modified:
   trunk/mud/grrmud/Help/IMM_clear_mnames_1
   trunk/mud/grrmud/server/gen_cmds.spec
   trunk/mud/grrmud/server/olc2.cc
Log:
Added rem_mname as alias to rem_name command, and updated corresponding 
help file.



Modified: trunk/mud/grrmud/Help/IMM_clear_mnames_1
===================================================================
--- trunk/mud/grrmud/Help/IMM_clear_mnames_1	2007-10-15 08:10:26 UTC (rev 962)
+++ trunk/mud/grrmud/Help/IMM_clear_mnames_1	2008-02-24 19:37:34 UTC (rev 963)
@@ -2,7 +2,7 @@
 
 Delete all the names from a critter.  This is most often done by
 the Hegemon Client when it is updating a critter.  (The new names
-will be added back.)
+will be added back if you are working in Hegemon.)
 
 Syntax:  clear_mnames [mob num]
 

Modified: trunk/mud/grrmud/server/gen_cmds.spec
===================================================================
--- trunk/mud/grrmud/server/gen_cmds.spec	2007-10-15 08:10:26 UTC (rev 962)
+++ trunk/mud/grrmud/server/gen_cmds.spec	2008-02-24 19:37:34 UTC (rev 963)
@@ -713,7 +713,7 @@
 return rm_give_proc(i, pc);
 rem_keyword rm_keyword rm_keyword ~
 return rm_keyword(i, pc);
-rem_name rm_name rem_name ~
+rem_name rem_mname rm_name rem_mname ~
 return rem_mname(i, &(cooked_strs[1]), pc);
 rem_obj_script rm_obj_script rm_obj_script ~
 return rem_obj_script(i, cooked_strs[1], j, pc);

Modified: trunk/mud/grrmud/server/olc2.cc
===================================================================
--- trunk/mud/grrmud/server/olc2.cc	2007-10-15 08:10:26 UTC (rev 962)
+++ trunk/mud/grrmud/server/olc2.cc	2008-02-24 19:37:34 UTC (rev 963)
@@ -2434,7 +2434,7 @@
    }
 
    if (name->Strlen() < 1) {
-      show("See help for add_mname.\n", pc);
+      show("See help for rem_mname.\n", pc);
       return -1;
    }//if
 




More information about the ScryMUD mailing list