From 47e9cbd68aa2af1718fb894d6abb12e9ea9ea915 Mon Sep 17 00:00:00 2001 From: prozacx Date: Fri, 27 May 2005 06:59:32 +0000 Subject: [PATCH] Inc'd trys required for forcing KeepNick git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@373 726aef4b-f618-498e-8847-2d620e286838 --- Timers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Timers.h b/Timers.h index cf615bb1..532bc535 100644 --- a/Timers.h +++ b/Timers.h @@ -13,7 +13,7 @@ protected: virtual void RunJob() { CIRCSock* pSock = m_pUser->GetIRCSock(); if (pSock) { - if (m_uTrys++ >= 20) { + if (m_uTrys++ >= 40) { pSock->SetOrigNickPending(false); m_uTrys = 0; }