added option to force opers to be in staff_auth_channel
[srvx.git] / srvx.conf.example
index 70e2802084b5a8347ad93bbb9da7f74b38cfe098..2501d93a7b208a5e57aa612e8351ee310250d6c7 100644 (file)
         // who to tell about staff auths?
         "staff_auth_channel" "#opserv";
         "staff_auth_channel_modes" "+tinms";
+        // Force Opers to be in staff_auth_channel
+        // 0 = don't force opers to be in the channel
+        // 1 = force opers to be in the channel
+        // 2 = force opers to be in the channel but kick them if they get mode -o set (deoper)
+        "staff_auth_force_opers" "2";
         // how many clones to allow from an untrusted host?
         "untrusted_max" "4";
         // how long of a g-line should be issued if the max hosts is exceeded?
             "size" "200";
             "drain-rate" "3";
         };
+        
     };
 
     "chanserv" {