1
0
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:
Adam
2010-06-28 10:59:40 -04:00
parent 85b07a94d7
commit 4502038e3d
8 changed files with 83 additions and 45 deletions
+5
View File
@@ -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)