From fdcb7e56ae21c9bccfa65822e74b381e6d467def Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 27 Feb 2011 22:12:51 -0500 Subject: Don't burst SXLines when we link because its unnecessary and fixed applying SQLines --- src/init.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/init.cpp') 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(); } /*************************************************************************/ -- cgit