mirror of
https://github.com/znc/znc.git
synced 2026-08-03 23:43:42 +02:00
CIRCSock::ForwardRaw353(): use CMessage
This commit is contained in:
@@ -115,10 +115,9 @@ public:
|
||||
CString GetISupport(const CString& sKey, const CString& sDefault = "") const;
|
||||
// !Getters
|
||||
|
||||
// TODO: CMessage
|
||||
// This handles NAMESX and UHNAMES in a raw 353 reply
|
||||
void ForwardRaw353(const CString& sLine) const;
|
||||
void ForwardRaw353(const CString& sLine, CClient* pClient) const;
|
||||
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