mirror of
https://github.com/znc/znc.git
synced 2026-06-23 11:32:06 +02:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user