Chat cleaner now active within ranking games (for testing it is also active in normal games). New protocol version for chat cleaner.

This commit is contained in:
lotodore
2011-01-30 18:28:44 +00:00
parent e041153b09
commit e55e39a979
9 changed files with 217 additions and 143 deletions
+2 -1
View File
@@ -38,7 +38,8 @@ public:
void Init(const std::string &serverAddr, int port, bool ipv6,
const std::string &clientSecret, const std::string &serverSecret);
void ReInit();
void HandleChatText(unsigned playerId, const std::string &name, const std::string &text);
void HandleLobbyChatText(unsigned playerId, const std::string &name, const std::string &text);
void HandleGameChatText(unsigned gameId, unsigned playerId, const std::string &name, const std::string &text);
protected: