--- deliantra/server/include/define.h 2008/09/16 14:25:37 1.86 +++ deliantra/server/include/define.h 2008/09/19 01:39:45 1.87 @@ -902,6 +902,7 @@ #define NDI_UNIQUE 0x1000 /* Print this out immediately, don't buffer */ #define NDI_ALL 0x2000 /* Inform all players of this message */ #define NDI_DEF 0x4000 // ignore colour for channel protocol +#define NDI_VERBATIM 0x8000 // do not expand cfpod, send text verbatim #endif /* DEFINE_H */