diff options
author | megamage <none@none> | 2009-08-27 19:57:35 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-08-27 19:57:35 -0500 |
commit | 90b55ff7b15bb243fce40ec733630bc605bf04a9 (patch) | |
tree | b0381baf2443edf45173b1fb9e77c6f6b12f05ff /src/game/Chat.h | |
parent | 82bd15b7beb92d57e3925781581d62425d675398 (diff) |
[8424] Added support for strict chatmessage validation Author: arrai
--HG--
branch : trunk
Diffstat (limited to 'src/game/Chat.h')
-rw-r--r-- | src/game/Chat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/Chat.h b/src/game/Chat.h index 308698fc04f..f7b948c2cea 100644 --- a/src/game/Chat.h +++ b/src/game/Chat.h @@ -74,6 +74,8 @@ class ChatHandler int ParseCommands(const char* text); static ChatCommand* getCommandTable(); + + bool isValidChatMessage(const char* msg); protected: explicit ChatHandler() : m_session(NULL) {} // for CLI subclass |