mirror of
https://github.com/znc/znc.git
synced 2026-08-08 09:52:55 +02:00
Patched using fix_no_modules_support.patch by psycho
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@768 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -59,7 +59,10 @@ CUser::~CUser() {
|
||||
}
|
||||
|
||||
DelClients();
|
||||
|
||||
#ifdef _MODULES
|
||||
DelModules();
|
||||
#endif
|
||||
|
||||
CZNC::Get().GetManager().DelCronByAddr(m_pBackNickTimer);
|
||||
CZNC::Get().GetManager().DelCronByAddr(m_pAwayNickTimer);
|
||||
|
||||
@@ -42,7 +42,10 @@ CZNC::~CZNC() {
|
||||
|
||||
m_Manager.Cleanup();
|
||||
DeleteUsers();
|
||||
|
||||
#ifdef _MODULES
|
||||
delete m_pModules;
|
||||
#endif
|
||||
}
|
||||
|
||||
CString CZNC::GetTag(bool bIncludeVersion) {
|
||||
|
||||
Reference in New Issue
Block a user