1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-27 18:26:38 +02:00

Added m_storetkl to modules.default.conf

This commit is contained in:
GottemHams
2019-05-28 21:35:37 +02:00
parent 35600fdfa0
commit d8ff67d088
+3
View File
@@ -215,3 +215,6 @@ loadmodule "webirc"; /* WEBIRC command. See webirc block. */
loadmodule "blacklist"; /* Blacklist support (DNSBL). See blacklist block. */
loadmodule "jointhrottle"; /* set::anti-flood::join-flood (previously chanmode +j) */
loadmodule "charsys"; /* Provides set::allowed-nickchars (must always be loaded!) */
/*** Gottem modules ***/
loadmodule "m_storetkl"; // Write TKLines to .db file (set::storetkl::database to change file path)