Remove CUser::ConnectPaused()

Once Upon A Time, this was the only mechanism that throttled users that wanted
to connect to IRC servers. ConnectDelay and ServerThrottle now do a much better
job on this problem.


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2174 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2010-11-06 16:52:19 +00:00
parent cce5824439
commit 612b61dada
3 changed files with 0 additions and 20 deletions
-3
View File
@@ -123,9 +123,6 @@ bool CZNC::ConnectUser(CUser *pUser) {
if (pIRCSock || !pUser->HasServers())
return false;
if (pUser->ConnectPaused())
return false;
CServer* pServer = pUser->GetNextServer();
if (!pServer)