1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 14:56:37 +02:00

Fixed reintroducing our clients if we disconnect and reconnect to the uplink

This commit is contained in:
Adam
2011-08-02 22:39:14 -04:00
parent 09f5591aba
commit 42f954ff7d
4 changed files with 3 additions and 7 deletions
-4
View File
@@ -129,10 +129,6 @@ class UplinkSocket : public ConnectionSocket
/* Don't use quitmsg here, it may contain information you don't want people to see */
ircdproto->SendQuit(bi, "Shutting down");
/* Erase bots from the user list so they don't get nuked later on */
UserListByNick.erase(bi->nick);
if (!bi->GetUID().empty())
UserListByUID.erase(bi->GetUID());
}
/* Clear all of our users, but not our bots */