mirror of
https://github.com/anope/anope.git
synced 2026-06-29 19:56:37 +02:00
Delete all users when we disconnect from the uplink
This commit is contained in:
@@ -105,9 +105,6 @@ Server::~Server()
|
||||
na->last_quit = (!QReason.empty() ? sstrdup(QReason.c_str()) : NULL);
|
||||
}
|
||||
|
||||
if (Config.LimitSessions && !u->server->IsULined())
|
||||
del_session(u->host);
|
||||
|
||||
delete u;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user