From: Sadie Powell Date: Sun, 14 Mar 2021 02:59:13 +0000 (+0000) Subject: Default to on. X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;ds=sidebyside;h=37f068576e844da8b6d75853214ce7553adb3a15;p=user%2Fhenk%2Fcode%2Finspircd.git Default to on. --- diff --git a/src/modules/m_permchannels.cpp b/src/modules/m_permchannels.cpp index 0f3ac001d..fdc75ec34 100644 --- a/src/modules/m_permchannels.cpp +++ b/src/modules/m_permchannels.cpp @@ -186,7 +186,7 @@ public: { ConfigTag* tag = ServerInstance->Config->ConfValue("permchanneldb"); permchannelsconf = tag->getString("filename"); - save_listmodes = tag->getBool("listmodes"); + save_listmodes = tag->getBool("listmodes", true); SetInterval(tag->getDuration("saveperiod", 5)); if (!permchannelsconf.empty())