mirror of
https://github.com/znc/znc.git
synced 2026-05-07 22:04:46 +02:00
ZNC-Extra no more.
Few the most useless modules are just removed, the others are moved to standard modules.
This commit is contained in:
@@ -1092,10 +1092,6 @@ CModules::ModDirList CModules::GetModDirs() {
|
||||
// ./modules
|
||||
sDir = CZNC::Get().GetCurPath() + "/modules/";
|
||||
ret.push(std::make_pair(sDir, sDir + "data/"));
|
||||
|
||||
// ./modules/extra
|
||||
sDir = CZNC::Get().GetCurPath() + "/modules/extra/";
|
||||
ret.push(std::make_pair(sDir, sDir + "data/"));
|
||||
#endif
|
||||
|
||||
// ~/.znc/modules
|
||||
|
||||
Reference in New Issue
Block a user