Connect and reconnect faster to IRC

The first reconnect now happens when the timer is created which is
possibly thanks to latest Csocket.


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1161 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2008-08-21 10:47:09 +00:00
parent ec58e6f183
commit ef31d6e239
+2
View File
@@ -1713,6 +1713,8 @@ public:
SetName("Connect users");
Start(iSecs);
m_uiPosNextUser = 0;
// Don't wait iSecs seconds for first timer run
m_bRunOnNextCall = true;
}
virtual ~CConnectUserTimer() {}