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:
@@ -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();
|
||||
}
|
||||
|
||||
/*************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user