]> jfr.im git - irc/evilnet/x3.git/blobdiff - x3.conf.example
Fix for different access level names with the same numeric level not being treated...
[irc/evilnet/x3.git] / x3.conf.example
index c6c0f5fee43ac26c9e8b692f771b97f2e5449607..e4376910623bc445eb78c4adc1eba2d97c51a8cf 100644 (file)
             // This is ignored if "auto_reclaim_action" is "none".
             "auto_reclaim_delay" "0";
 
+            // Expire nicks
+            "expire_nicks" "0";
+
+            // how often should nicks be expired?
+            "nick_expire_freq" "1d";
+
+            // how long until a nick expires?
+            "nick_expire_delay" "900d";
+
         // access control for who can change account flags
         // See /msg authserv help account flags
         "flag_levels" {
             "uc_H" "800"; // net helper (upper case H)
             "S" "999";    // O3 access suspended
             "b" "1";      // Bot (Hidden from !staff etc)
+            "I" "999";    // User can impersonate another account using SASL authentication
         };
 
         // and for who can change epithets for staff