mirror of
https://github.com/znc/znc.git
synced 2026-07-06 01:41:12 +02:00
Start the connect user time in ParseConfig()
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@943 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -173,8 +173,6 @@ bool CZNC::HandleUserDeletion()
|
||||
}
|
||||
|
||||
int CZNC::Loop() {
|
||||
EnableConnectUser();
|
||||
|
||||
while (true) {
|
||||
// Check for users that need to be deleted
|
||||
if (HandleUserDeletion()) {
|
||||
@@ -1245,6 +1243,9 @@ bool CZNC::ParseConfig(const CString& sConfig) {
|
||||
return false;
|
||||
}
|
||||
|
||||
// Make sure that users that want to connect do so
|
||||
RestartConnectUser();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user