changed cmd_myaccess: added ".. is owner of XX channel(s)."
[srvx.git] / srvx.conf.example
index 70e2802084b5a8347ad93bbb9da7f74b38cfe098..b900b6b6820937c238286a4736fea0b8e6c099b8 100644 (file)
             "uc_H" "800"; // .. and upper case H
             "S" "999";
             "b" "1";
+                       "I" "800";
         };
         // and for who can change epithets for staff
         "set_epithet_level" "800";
         // 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" {
         "nodelete_level" "1";
         // how long before a new channel owner can give ownership away?
         "giveownership_timeout" "1w";
+        // message sent to new channels
+        "new_channel_unauthed_join" ""; //only sent if the user is unauthed
+        "new_channel_authed_join" ""; //only sent if the user is authed
+        "new_channel_message" ""; //always after the message above
+        
     };
 
     "global" {