summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-08-02 22:39:14 -0400
committerAdam <Adam@anope.org>2011-08-02 22:39:14 -0400
commit42f954ff7dcfe5a8369c1c5c87cb33b0a1ec9979 (patch)
treeb59b12d1398a8631e17d1a3ef032f4860515e907 /src/main.cpp
parent09f5591abac6b29b7c2b41b4747c2b523efa6c63 (diff)
Fixed reintroducing our clients if we disconnect and reconnect to the uplink
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.cpp b/src/main.cpp
index a33f1dff4..c3b606246 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -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 */