mirror of
https://github.com/znc/znc.git
synced 2026-05-03 12:02:30 +02:00
Added GetAvailableMods() (stubbed for now)
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@229 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -624,3 +624,9 @@ bool CModules::ReloadModule(const string& sModule, const string& sArgs, CUser* p
|
||||
sRetMsg = "Reloaded module [" + sModule + "]";
|
||||
return true;
|
||||
}
|
||||
|
||||
void CModules::GetAvailableMods(set<CModInfo>& ssMods) {
|
||||
ssMods.clear();
|
||||
//ssMods.insert(CModInfo("foo", "/usr/share/znc/foo", true));
|
||||
//ssMods.insert(CModInfo("bar", "/home/user/.znc/modules/bar", false));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user