1
0
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:
Adam
2010-06-28 11:24:19 -04:00
parent 4502038e3d
commit f1cb4b86b7
3 changed files with 13 additions and 7 deletions
-3
View File
@@ -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;
}
}