Add CIRCNetwork::LoadModule() helper

Makes it easier to retry loading replacement modules when
loading retired modules fail.
This commit is contained in:
J-P Nurmi
2014-09-26 15:39:05 +02:00
parent 5206e71bdb
commit eaf2d737d7
2 changed files with 20 additions and 8 deletions
+1
View File
@@ -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;