mirror of
https://github.com/znc/znc.git
synced 2026-08-07 01:13:25 +02:00
Don't create ~/.znc/modules/
It confuses people too much
This commit is contained in:
@@ -368,10 +368,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