mirror of
https://github.com/anope/anope.git
synced 2026-06-30 14:06:38 +02:00
Unset all known status modes when we recieve a ts older than ours, and remove split servers from their uplinks
This commit is contained in:
@@ -115,6 +115,11 @@ Server::~Server()
|
||||
Alog(LOG_DEBUG) << "Finished removing all users for " << GetName();
|
||||
}
|
||||
|
||||
if (UplinkServer)
|
||||
{
|
||||
UplinkServer->DelLink(this);
|
||||
}
|
||||
|
||||
if (Links)
|
||||
{
|
||||
for (std::list<Server *>::iterator it = Links->begin(), it_end = Links->end(); it != it_end; ++it)
|
||||
|
||||
Reference in New Issue
Block a user