mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-08 21:37:28 -07: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