]> jfr.im git - solanum.git/blobdiff - ircd/s_conf.c
Update NUMERIC_STR_435 to be more human-readable and mention quiets
[solanum.git] / ircd / s_conf.c
index 6e8cb5d51af0c693577d034864f4506bc495cc25..b692430058409470be752ef1799997153d0cbe31 100644 (file)
@@ -779,10 +779,6 @@ set_default_conf(void)
        ConfigFileEntry.tls_ciphers_oper_only = false;
        ConfigFileEntry.oper_secure_only = false;
 
-#ifdef HAVE_LIBZ
-       ConfigFileEntry.compression_level = 4;
-#endif
-
        ConfigFileEntry.oper_umodes = UMODE_LOCOPS | UMODE_SERVNOTICE |
                UMODE_OPERWALL | UMODE_WALLOP;
        ConfigFileEntry.oper_only_umodes = UMODE_SERVNOTICE;