step over ! if it's allowed on MODE_NOFLOOD
[srvx.git] / srvx.conf.example
index 78a93c1f5ed0ff9d8456a74cf7b48a68ec58204b..e9dcfc351529440c40b02bd6d0294077c418f0c6 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" {
         "max_owned" "5";
         // how long between automatic topic refreshes with TopicRefresh 0
         "refresh_period" "3h";
+        // how long between two invites of an user
+        "invite_timeout" "10s";
         // what should !access say for various staff?
         "irc_operator_epithet" "a megalomaniacal power hungry tyrant";
         "network_helper_epithet" "a wannabe tyrant";
         "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" {