mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-11 10:36:09 -05:00
apply chat flood prevention in games next to rooms (#4387)
* apply chat flood prevention in games next to rooms * add limit to private messages as well
This commit is contained in:
@@ -38,6 +38,7 @@ public:
|
||||
}
|
||||
|
||||
virtual int getLastCommandTime() const = 0;
|
||||
virtual bool addSaidMessageSize(int size) = 0;
|
||||
|
||||
void playerRemovedFromGame(Server_Game *game);
|
||||
void playerAddedToGame(int gameId, int roomId, int playerId);
|
||||
|
||||
Reference in New Issue
Block a user