mirror of
https://github.com/znc/znc.git
synced 2026-08-06 08:52:57 +02:00
Add CIRCNetwork::LoadModule() helper
Makes it easier to retry loading replacement modules when loading retired modules fail.
This commit is contained in:
@@ -182,6 +182,7 @@ public:
|
||||
CString& ExpandString(const CString& sStr, CString& sRet) const;
|
||||
private:
|
||||
bool JoinChan(CChan* pChan);
|
||||
bool LoadModule(const CString& sModName, const CString& sArgs, const CString& sNotice, CString& sError);
|
||||
|
||||
protected:
|
||||
CString m_sName;
|
||||
|
||||
Reference in New Issue
Block a user