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:
Uli Schlachter
2011-08-05 15:19:09 +02:00
parent 8d17f50600
commit cb6798d36f
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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