The documents in this directory refer to command modules. The actual 
command system interface is located in docs/functions/cmd-root.txt and 
is used only by Lachesis proper, not RPGServ.

A given Lachesis build may or may not contain any of these modules, 
though some modules like authcmd, channel, and actions are considered 
basic functionality and should generally always be included. The actual 
list of modules to be included is in the Makefile at the root of the 
source tree, and is used to generate cmd/Makefile from cmd/Makefile.in

RPGServ uses the actions module as its command root, and explicitly 
includes certain modules in its build. If a module is used in RPGServ, 
the documentation here will indicate so and will outline the differences 
between its operation in Lachesis and its operation in RPGServ.

@(#) $Id: README,v 1.1.1.1 2004/01/16 07:28:15 lachesis Exp $
