Adding code for private chat messages (server side). These messages are not allowed within a game. Adding config option to disable brute force protection.

This commit is contained in:
lotodore
2010-11-07 08:24:31 +00:00
parent 6b179cd8ca
commit 0cb1d75ce3
7 changed files with 106 additions and 41 deletions
+1
View File
@@ -80,6 +80,7 @@ public:
void sendGameChatMessage(const std::string &message);
void sendLobbyChatMessage(const std::string &message);
void sendPrivateChatMessage(unsigned targetPlayerId, const std::string &message);
void kickPlayer(unsigned playerId);
void kickPlayer(const std::string &playerName);
void startVoteKickPlayer(unsigned playerId);