CIRCSock::ForwardRaw353(): use CMessage

This commit is contained in:
J-P Nurmi
2015-09-05 11:26:32 +02:00
parent 58fc0e91d7
commit 795ea45f69
3 changed files with 15 additions and 21 deletions
+2 -3
View File
@@ -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);