diff --git a/znc.cpp b/znc.cpp index b126ff22..3abd3bfd 100644 --- a/znc.cpp +++ b/znc.cpp @@ -210,6 +210,7 @@ void CZNC::InitDirs(const string& sArgvPath) { // Other dirs that we use m_sDLPath = m_sZNCPath + "/downloads"; m_sModPath = m_sZNCPath + "/modules"; + m_sDataPath = m_sZNCPath + "/data"; } bool CZNC::ParseConfig(const string& sConfigFile) {