summaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-02-27 22:12:51 -0500
committerAdam <Adam@anope.org>2011-02-27 22:12:51 -0500
commitfdcb7e56ae21c9bccfa65822e74b381e6d467def (patch)
tree83a70f0a185e43619e4455a2d3a8d38f68dfabf7 /src/init.cpp
parent0d1a0e8db94cdbffbf72a90800c327e6e42aa8b4 (diff)
Don't burst SXLines when we link because its unnecessary and fixed applying SQLines
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/init.cpp b/src/init.cpp
index f2e354e98..3c1e08855 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -77,9 +77,6 @@ void introduce_user(const Anope::string &user)
/* Load MLock from the database now that we know what modes exist */
for (registered_channel_map::iterator it = RegisteredChannelList.begin(), it_end = RegisteredChannelList.end(); it != it_end; ++it)
it->second->LoadMLock();
-
- /* Add our SXLines */
- XLineManager::Burst();
}
/*************************************************************************/