// This file is part of UNItopia Mudlib.
// ----------------------------------------------------------------
// File:	/sys/sent.h
// Description:	Defines fuer add_action(), query_actions()
// Author:	Driver
//
// $Log: sent.h,v $
// Revision 1.4  2001/08/23 09:21:54  freaky
// angepasst an ldmud-3.2.9dev323
//
// Revision 1.3  2001/03/14 20:32:37  freaky
// CVS-log eingebaut.
//

#ifndef LPC_SENT_H_
#define LPC_SENT_H_

#define SENT_PLAIN	0
#define SENT_SHORT_VERB	1
#define SENT_NO_SPACE	2
#define SENT_NO_VERB	3
#define SENT_MARKER	4

#endif

