diff options
| author | 2010-09-06 13:47:36 -0400 | |
|---|---|---|
| committer | 2010-09-06 13:51:06 -0400 | |
| commit | bed2cd84f2a3f34763cea677baf5ab7e073c41b2 (patch) | |
| tree | 8cfdec30b06e3261848012a926de900a5480832d /src/configreader.cpp | |
| parent | Change m_passforward to use PopulateInfoMap (diff) | |
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
Diffstat (limited to 'src/configreader.cpp')
| -rw-r--r-- | src/configreader.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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(), "<performance:softlimit>"); range(MaxConn, 0, SOMAXCONN, SOMAXCONN, "<performance:somaxconn>"); |
