mirror of
https://github.com/znc/znc.git
synced 2026-08-10 10:52:59 +02:00
Make watch save its settings and add CModule::ClearNV()
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1304 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -328,6 +328,7 @@ public:
|
||||
MCString::iterator EndNV() { return m_mssRegistry.end(); }
|
||||
MCString::iterator BeginNV() { return m_mssRegistry.begin(); }
|
||||
void DelNV(MCString::iterator it) { m_mssRegistry.erase(it); }
|
||||
bool ClearNV(bool bWriteToDisk = true);
|
||||
|
||||
const CString& GetSavePath() const { if (!CFile::Exists(m_sSavePath)) { CDir::MakeDir(m_sSavePath); } return m_sSavePath; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user