mirror of
https://github.com/znc/znc.git
synced 2026-08-06 08:52:57 +02:00
Don't set ConnectDelay to zero
This commit is contained in:
@@ -991,6 +991,7 @@ bool CIRCNetwork::Connect() {
|
||||
return false;
|
||||
|
||||
if (CZNC::Get().GetServerThrottle(pServer->GetName())) {
|
||||
// Can't connect right now, schedule retry later
|
||||
CZNC::Get().AddNetworkToQueue(this);
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user