mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-29 14:14:57 -08: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:
@@ -129,6 +129,7 @@ public:
|
||||
{
|
||||
return timeRunning - lastDataReceived;
|
||||
}
|
||||
bool addSaidMessageSize(int size);
|
||||
void processCommandContainer(const CommandContainer &cont);
|
||||
|
||||
void sendProtocolItem(const Response &item);
|
||||
|
||||
Reference in New Issue
Block a user