mirror of
https://github.com/znc/znc.git
synced 2026-08-11 19:32:46 +02:00
Got rid of CUser::FindModPath()
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@513 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -359,7 +359,7 @@ public:
|
||||
bool UnloadModule(const CString& sModule);
|
||||
bool UnloadModule(const CString& sModule, CString& sRetMsg);
|
||||
bool ReloadModule(const CString& sModule, const CString& sArgs, CUser* pUser, CString& sRetMsg);
|
||||
CString FindModPath(const CString& sModule, CUser* pUser = NULL);
|
||||
CString FindModPath(const CString& sModule);
|
||||
|
||||
bool GetModInfo(CModInfo& ModInfo, const CString& sModule);
|
||||
void GetAvailableMods(set<CModInfo>& ssMods, bool bGlobal = false);
|
||||
|
||||
Reference in New Issue
Block a user