mirror of
https://github.com/znc/znc.git
synced 2026-07-04 17:01:23 +02:00
Fix module data for extra/ modules
No module in extra/ comes with any data currently, so this was tested by moving perform to extra/. The install is untested. Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
+1
-1
@@ -1035,7 +1035,7 @@ CModules::ModDirList CModules::GetModDirs() {
|
||||
|
||||
// ./modules/extra
|
||||
sDir = CZNC::Get().GetCurPath() + "/modules/extra/";
|
||||
ret.push(std::make_pair(sDir, sDir));
|
||||
ret.push(std::make_pair(sDir, sDir + "data/"));
|
||||
#endif
|
||||
|
||||
// ~/.znc/modules
|
||||
|
||||
Reference in New Issue
Block a user