]> jfr.im git - irc/evilnet/x3.git/blobdiff - x3.conf.example
some stuff by wasted from whatnet, see the changelog for more info
[irc/evilnet/x3.git] / x3.conf.example
index 7fce206a23762184d11665106f2d7c62f6e25f72..8e5fbd96d8f6416ee8728730af24ead84f9998b3 100644 (file)
         "set_title_level" "900"; // Access to use 'uset title'.
         "set_fakehost_level" "1000"; //Access to set a freeform fakehost. (uset fakehost)
 
+        // A list of denied words in the fakehosts
+        "denied_fakehost_words" ("sex",
+                                 "fuck",
+                                 "asshole");
+
         // This is a hacked in feature which exports every account change to a file sync.log. Afternet uses this and
         // a bunch of custom PHP scripts to make our websites SQL user db the same as authserv, every 5 minutes.
         // You have to be a pretty handy person with the shell commands and programming to make use of this..
         "staff_auth_channel" "#OperServ"; // Bot will join this channel, also.
         "staff_auth_channel_modes" "+tnOs"; // modes get set every time X3 starts up
 
+         // which channels should all services autojoin?
+         "autojoin_channels" ("#TheOps", "#OperServ");
+
         // how many clones to allow from an untrusted host?
         // Use this carefully, users with half the # of clones will trigger this
         // when a server pings out and they reconnect before the old connection is noticed
         // maximum number of channels a user may have. ( FORCE can override )
         "max_owned" "2";
 
-        // how long between automatic topic refreshes with TopicRefresh 0
-        "refresh_period" "99d"; // Nefarious sync's topics so we'll practically disable this..
+        // how long between automatic topic and userlist refreshes with TopicRefresh/Resync
+        "refresh_period" "10h";
 
         // what should !access say for various staff?
         "irc_operator_epithet" "AfterNET IRC Operator";
 
         // minimum opserv access to set, clear or override channel nodelete setting?
         "nodelete_level" "1";
+
+        // when does god mode time out?
+        "god_timeout" "30m";
     };
 
     /* Global is a service bot that can send out network-wide messages for you. I