mirror of
https://github.com/znc/znc.git
synced 2026-08-07 01:13:25 +02:00
Incorporate CIRCSock::ForwardRaw353() into CClient::PutClient()
This commit is contained in:
@@ -103,10 +103,6 @@ public:
|
||||
CString GetISupport(const CString& sKey, const CString& sDefault = "") const;
|
||||
// !Getters
|
||||
|
||||
// This handles NAMESX and UHNAMES in a raw 353 reply
|
||||
void ForwardRaw353(const CMessage& Message) const;
|
||||
void ForwardRaw353(const CMessage& Message, CClient* pClient) const;
|
||||
|
||||
// TODO move this function to CIRCNetwork and make it non-static?
|
||||
static bool IsFloodProtected(double fRate);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user