1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 12:33:12 +02:00

Don't burst SXLines when we link because its unnecessary and fixed applying SQLines

This commit is contained in:
Adam
2011-02-27 22:12:51 -05:00
parent 0d1a0e8db9
commit fdcb7e56ae
3 changed files with 1 additions and 19 deletions
-3
View File
@@ -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();
}
/*************************************************************************/