]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - doc/example.conf
mode api: Remove most modes from the chmode_table, and have them initialized in modes...
[irc/rqf/shadowircd.git] / doc / example.conf
index 1e621018c0589aead38add057f802387366ec556..0f08301f87cf428372769dec7726d639f6ed47c5 100755 (executable)
@@ -45,6 +45,10 @@ loadmodule "extensions/sno_globalkline.so";
 loadmodule "extensions/sno_globaloper.so";
 #loadmodule "extensions/sno_whois.so";
 
+/* Modesets, load only one */
+loadmodule "modes/shadowircd.so";
+#loadmodule "modes/charybdis.so";
+
 serverinfo {
        name = "hades.arpa";
        sid = "42X";
@@ -379,7 +383,6 @@ channel {
        use_invex = yes;
        use_except = yes;
        use_knock = yes;
-       use_forward = yes;
        use_local_channels = yes;
        knock_delay = 5 minutes;
        knock_delay_channel = 1 minute;