Don't create ~/.znc/modules/

It confuses people too much

(cherry picked from commit 2858da4c76)
This commit is contained in:
Alexey Sokolov
2014-01-27 21:36:34 +00:00
parent 7fdcae7825
commit 9fdeb58695
-4
View File
@@ -362,10 +362,6 @@ CString CZNC::GetUserPath() const {
CString CZNC::GetModPath() const {
CString sModPath = m_sZNCPath + "/modules";
if (!CFile::Exists(sModPath)) {
CDir::MakeDir(sModPath);
}
return sModPath;
}