mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Merge branch '1.6.x'
Conflicts: modules/cyrusauth.cpp modules/keepnick.cpp modules/notes.cpp
This commit is contained in:
@@ -192,7 +192,7 @@ public:
|
||||
|
||||
private:
|
||||
// If this is nullptr, we are turned off for some reason
|
||||
CKeepNickTimer* m_pTimer;
|
||||
CKeepNickTimer* m_pTimer = nullptr;
|
||||
};
|
||||
|
||||
CKeepNickTimer::CKeepNickTimer(CKeepNickMod *pMod) : CTimer(pMod, 30, 0,
|
||||
|
||||
Reference in New Issue
Block a user