X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/71d378aef681c32d7e473366a775a5a2d149e1de..da4f92364171126a52799f9144446b3268b6e47e:/x3.conf.example?ds=inline diff --git a/x3.conf.example b/x3.conf.example index f9c7724..72ce42d 100644 --- a/x3.conf.example +++ b/x3.conf.example @@ -15,7 +15,7 @@ */ "uplinks" { // This first entry connects to an ircd on teh same server an X3.. - "Hub" { // This can be any string, just used here for your conveniance + "Hub" { // This can be any string, just used here for your convenience "address" "127.0.0.1"; // The IP address of the server "port" "8888"; // What TCP port to connect to "password" "laoo,rpe"; // Both of these passwords must match @@ -250,6 +250,7 @@ //"ldap_field_email" "mail"; //// This bit is needed if you want to put ircops into a group: //"ldap_oper_group_dn" "cn=Opers,ou=Groups,dc=afternet,dc=org"; + //"ldap_oper_group_level" "99"; // must be above this level to be added to oper ldap group //"ldap_field_group_member" "memberUid"; // what field group members are in //"ldap_timeout" "10"; // seconds @@ -470,6 +471,23 @@ "No.", "Maybe."); + // This is a list of wheel-of-misfortune results. Remove them to disable. + // You must make sure your ircd supports, and has enabled, the features needed + // for these. + "wheel" ( + "peer", + // "partall", // needs svspart + "gline", + // "shun", // needs shun + "nothing", + // "randjoin", // needs svsjoin and svspart + // "abusewhois", // needs epitaph in /whois support + "kickall", + // "nickchange", // needs svsnick + "kill", + "svsignore", + "kickbanall" ); + // channel(s) that support helpers must be in to be helping // if this is a list, any one by itself will do "support_channel" ("#Operations", "#Help"); @@ -493,6 +511,11 @@ // when does god mode time out? "god_timeout" "30m"; + + // What should valid registered channels look like? + // Be very carefull changing these. This default is + // basically limited to letters, numbers, dash and underscore. + "valid_channel_regex" "#^[-_a-z][-_a-z0-9]*$"; }; /* Global is a service bot that can send out network-wide messages for you. I