mirror of
https://github.com/znc/znc.git
synced 2026-07-04 00:41:38 +02:00
Add options for log module to hide joins, quits and nick changes.
Fix #601 Close #613
This commit is contained in:
committed by
Alexey Sokolov
parent
1a574f95ae
commit
03e3920ced
@@ -994,6 +994,7 @@ public:
|
||||
bool MoveRegistry(const CString& sPath);
|
||||
bool SetNV(const CString & sName, const CString & sValue, bool bWriteToDisk = true);
|
||||
CString GetNV(const CString & sName) const;
|
||||
bool HasNV(const CString & sName) const { return m_mssRegistry.find(sName) != m_mssRegistry.end(); }
|
||||
bool DelNV(const CString & sName, bool bWriteToDisk = true);
|
||||
MCString::iterator FindNV(const CString & sName) { return m_mssRegistry.find(sName); }
|
||||
MCString::iterator EndNV() { return m_mssRegistry.end(); }
|
||||
|
||||
Reference in New Issue
Block a user