mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Warn user if flood protection is delaying the messages for too long
This should help with cases like #1943
This commit is contained in:
@@ -238,6 +238,7 @@ class CIRCSock : public CIRCSocket {
|
||||
unsigned short int m_uFloodBurst;
|
||||
double m_fFloodRate;
|
||||
bool m_bFloodProtection;
|
||||
unsigned long long m_lastFloodWarned;
|
||||
SCString m_ssSupportedTags;
|
||||
VCString m_vsSSLError;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user