
*** Modified files in JOE when it aborted on Thu May  9 09:56:20 1996
*** JOE was aborted by signal 15

*** File '_master.c'

#include <mudlib.h>
inherit DAEMON;

int cmd_master() {
  destruct(master());
  file_size("???");
  write("Ok.\n");
  return 1;
}

string help()
{
  return( ""+
"Syntax: master\n"+
"Effect: Updates the master object.\n"+
  "" );
}
