mirror of
https://github.com/znc/znc.git
synced 2026-08-10 10:52:59 +02:00
Nicify webadmin interface for flood protection.
This commit is contained in:
@@ -100,6 +100,9 @@ public:
|
||||
// This handles NAMESX and UHNAMES in a raw 353 reply
|
||||
void ForwardRaw353(const CString& sLine) const;
|
||||
void ForwardRaw353(const CString& sLine, CClient* pClient) const;
|
||||
|
||||
// TODO move this function to CIRCNetwork and make it non-static?
|
||||
static bool IsFloodProtected(double fRate);
|
||||
private:
|
||||
void SetNick(const CString& sNick);
|
||||
void ParseISupport(const CString& sLine);
|
||||
|
||||
Reference in New Issue
Block a user