]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - doc/example.conf
Cleanup cmode help files and add cmodes provided by extensions.
[irc/rqf/shadowircd.git] / doc / example.conf
index c70151c811e4bb0136afa6f7cb8b2e7b063e4de6..aaf47cf02c8c5290965172f0fab2b44385c367a2 100755 (executable)
@@ -31,7 +31,6 @@ loadmodule "extensions/ip_cloaking.so";
 loadmodule "extensions/m_identify.so";
 loadmodule "extensions/m_mkpasswd.so";
 loadmodule "extensions/m_webirc.so";
-#loadmodule "extensions/m_adminwall.so";
 #loadmodule "extensions/m_cycle.so";
 #loadmodule "extensions/m_oaccept.so";
 #loadmodule "extensions/m_opme.so";
@@ -362,7 +361,7 @@ cluster {
 
 shared {
        oper = "*@*", "*";
-       flags = all, rehash;
+       flags = all;
 };
 
 /* exempt {}: IPs that are exempt from Dlines and rejectcache. (OLD d:) */
@@ -531,6 +530,7 @@ general {
        identify_command = "IDENTIFY";
        non_redundant_klines = yes;
        warn_no_nline = yes;
+       use_propagated_bans = yes;
        stats_e_disabled = no;
        stats_c_oper_only=no;
        stats_h_oper_only=no;
@@ -551,6 +551,7 @@ general {
        connect_timeout = 30 seconds;
        disable_auth = no;
        no_oper_flood = yes;
+       true_no_oper_flood = no;
        max_targets = 4;
        client_flood = 20;
         use_whois_actually = no;