]> jfr.im git - irc/evilnet/x3.git/blobdiff - x3.conf.example
Improved usability of the REGISTER command, in preperation to make it usable by users
[irc/evilnet/x3.git] / x3.conf.example
index 8b1f83e52f5a6d0ccddba00fdd07a3d4ae22cb23..4a04bf9b3e0e77892d39dc77f3f7a1e625289eff 100644 (file)
         "email_search_level" "600"; // minimum OpServ level to search based on email address
         "email_visible_level" "800"; // minimum OpServ level to see somebody's email address
         "sync_log" "1"; // Output password and email changes, plus registration to sync.log
+        "set_title_level" "900"; // min opserv level to set a title on an account
+        "set_fakehost_level" "1000"; //min opserv level to set a freeform fakehost
+        "titlehost_suffix" "AfterNET.Org"; // suffix to use with automatically generated fakehosts
+
     };
 
     "opserv" {
     "snoop" {
         // Where to send snoop messages?
         "channel" "#wherever";
-        // Which bot?
+        // Which bot? If this is not set to your bots nick, X3 will Segfault...
         "bot" "OpServ";
         // Show new users and joins from net joins?  (off by default)
         "show_bursts" "0";