The way it is setup now, they hit the general hindex, it will go boom.  If you want to stop
this so you players won't be stupid and hit it a lot, you can make the following changes
and then change it back once you get your indexes up.

act_info.c

In do_help.c find these lines

   if (!str_cmp(arg, "_clean_"))
   {
      nshow = 1;
      argument = one_argument(argument, arg);
   }   
   
Below them add this

   nshow = 1;
   
This will prevent similiar helpfiles from showing up when they type help.

Next in your mud use cedit to lift hedit to level 2.

cedit hedit level 2
cedit save cmdtable

This should take care of any problems you have till you are ready.

--X