CUser: remove some non-existant methods from the headers

These include:

- SendFile
- GetFile
- ResumeFile

Which were removed when DCC was moved out of the core
This commit is contained in:
Kyle Fuller
2011-06-08 04:04:08 +01:00
parent 3a16fe54c1
commit 98d8e5e37e
-3
View File
@@ -121,9 +121,6 @@ public:
CString AddTimestamp(const CString& sStr) const;
CString& AddTimestamp(const CString& sStr, CString& sRet) const;
bool SendFile(const CString& sRemoteNick, const CString& sFileName, const CString& sModuleName = "");
bool GetFile(const CString& sRemoteNick, const CString& sRemoteIP, unsigned short uRemotePort, const CString& sFileName, unsigned long uFileSize, const CString& sModuleName = "");
bool ResumeFile(unsigned short uPort, unsigned long uFileSize);
CString GetCurNick() const;
bool Clone(const CUser& User, CString& sErrorRet, bool bCloneChans = true);
void BounceAllClients();