Added a timer to ping inactive clients

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@670 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2006-02-26 09:42:13 +00:00
parent a9e60b43c5
commit b8c4fc760a
5 changed files with 34 additions and 1 deletions
+1 -1
View File
@@ -24,7 +24,6 @@ CZNC::CZNC() {
CZNC::~CZNC() {
#ifdef _MODULES
m_pModules->UnloadAll();
delete m_pModules;
for (map<CString,CUser*>::iterator a = m_msUsers.begin(); a != m_msUsers.end(); a++) {
a->second->GetModules().UnloadAll();
@@ -37,6 +36,7 @@ CZNC::~CZNC() {
m_Manager.Cleanup();
DeleteUsers();
delete m_pModules;
}
CString CZNC::GetTag(bool bIncludeVersion) {