diff options
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 |