--- deliantra/server/include/util.h 2009/05/05 04:51:56 1.88 +++ deliantra/server/include/util.h 2009/10/11 01:35:52 1.89 @@ -710,6 +710,9 @@ // like sprintf, but returns a "static" buffer const char *format (const char *format, ...); +// safety-check player input which will become object->msg +bool msg_is_safe (const char *msg); + ///////////////////////////////////////////////////////////////////////////// // threads, very very thin wrappers around pthreads