From bed2cd84f2a3f34763cea677baf5ab7e073c41b2 Mon Sep 17 00:00:00 2001 From: Jackmcbarn Date: Mon, 6 Sep 2010 13:47:36 -0400 Subject: Update m_flatfile_channels to be more robust Enable storage of registered channels without permanent channels, or vice versa Only set the dirty bit if a channel that is written to the database gets its mode or topic changed, rather than any channel or user Move NukeChannel to core and put announcets back in options Allow sending mode merges via the protocol interface --- src/configreader.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/configreader.cpp') diff --git a/src/configreader.cpp b/src/configreader.cpp index 3edc08352..d051a5a40 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -440,6 +440,7 @@ void ServerConfig::Fill() Limits.MaxAway = GetTag("limits")->getInt("maxaway", 200); InvBypassModes = options->getBool("invitebypassmodes", true); NameOnlyModes = options->getBool("nameonlymodes", true); + AnnounceTSChange = options->getBool("announcets"); range(SoftLimit, 10, ServerInstance->SE->GetMaxFds(), ServerInstance->SE->GetMaxFds(), ""); range(MaxConn, 0, SOMAXCONN, SOMAXCONN, ""); -- cgit v1.3.1-10-gc9f91