summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 */