Bot Action Command Module

This module is the root command handler for RPGServ.

void Cmd_actions_Init();
	Lachesis only: Called from modinit.lst to announce the module to
		       the command subsystem
void Cmd_Actions_Root(void *, int, const char *);
	Lachesis only: Root command handler for the Actions module

void Cmd_Init();
	RPGServ only: Initialize the command subsystem. Currently noop.
void Cmd_Cleanup();
	RPGServ only: Clean up the command subsystem. Currently noop.
void Cmd_Root(void *, int, const char *);
	RPGServ only: Root command handler for RPGServ
		      Shares code with Cmd_Actions_Root

@(#) $Id$
