mirror of
https://github.com/znc/znc.git
synced 2026-05-08 14:24:45 +02:00
Don't create ~/.znc/modules/
It confuses people too much
(cherry picked from commit 2858da4c76)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user