Delete cron last

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@607 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2006-02-06 02:04:51 +00:00
parent 2a32927dc7
commit 113518be6e
+2 -2
View File
@@ -70,8 +70,8 @@ protected:
}
}
CZNC::Get().GetManager().DelCronByAddr(this);
m_pUser->DelBackNickTimer();
CZNC::Get().GetManager().DelCronByAddr(this);
}
CUser* m_pUser;
@@ -102,8 +102,8 @@ protected:
}
}
CZNC::Get().GetManager().DelCronByAddr(this);
m_pUser->DelAwayNickTimer();
CZNC::Get().GetManager().DelCronByAddr(this);
}
CUser* m_pUser;