mirror of
https://github.com/znc/znc.git
synced 2026-06-17 00:25:49 +02:00
Merge branch '1.6.x'
Conflicts: modules/cyrusauth.cpp modules/keepnick.cpp modules/notes.cpp
This commit is contained in:
@@ -22,8 +22,8 @@ using std::set;
|
||||
class CClientNotifyMod : public CModule {
|
||||
protected:
|
||||
CString m_sMethod;
|
||||
bool m_bNewOnly;
|
||||
bool m_bOnDisconnect;
|
||||
bool m_bNewOnly{};
|
||||
bool m_bOnDisconnect{};
|
||||
|
||||
set<CString> m_sClientsSeen;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user