Incorporate CIRCSock::ForwardRaw353() into CClient::PutClient()

This commit is contained in:
J-P Nurmi
2015-09-12 18:55:41 +02:00
parent 69f1138052
commit f4c22aff6c
4 changed files with 47 additions and 62 deletions
-4
View File
@@ -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);