]> jfr.im git - irc/evilnet/x3.git/blobdiff - x3.conf.example
Fix for minor bug where an invalid SASL PLAIN authentication packet can result in...
[irc/evilnet/x3.git] / x3.conf.example
index 93858026f8f99a00b5d3ce3d18ed18712311cf35..b954198b49a170459e9b8ee33744e17467b535b3 100644 (file)
@@ -57,8 +57,9 @@
      * 4 - nefarious 0.4.x and other ircds
      * 5 - nefarious 1.0.x and higher (Obselete)
      * 6 - nefarious 1.1.0 and higher (Obselete)
-     * 7 - nefarious 1.2.0 and higher (Branch Revsion)
-     * 8 - nefarious 1.3.0 and higher (Trunk Revsions)
+     * 7 - nefarious 1.2.0 and higher (Obselete)
+     * 8 - nefarious 1.3.0 and higher (Legacy Version)
+     * 9 - nefarious 2.0.x and higher (Current Version)
      */
     "type" "8";
     "host_in_topic" "1"; //Set to 1 if your Nefarious server have the HOST_IN_TOPIC F:line set to TRUE.
         // hard_maxlogins is the ammount the user cant override.
         "hard_maxlogins" "10";
 
+        //automatically set the following modes when opers auth:
+        // - if it includes o, then are auto remote-opered.
+        "auto_oper" "+oxwgs";
+        "auto_oper_privs" "CHAN_LIMIT SHOW_INVIS SHOW_ALL_INVIS KILL LOCAL_KILL REHASH RESTART DIE JUPE LOCAL_JUPE OPMODE WHOX SEE_CHAN PROPAGATE DISPLAY SEE_OPERS WIDE_GLINE FORCE_OPMODE REMOTEREHASH CHECK SEE_SECRET_CHAN WIDE_SHUN WIDE_ZLINE LIST_CHAN";
+
         // This names a file that contains easily guessed passwords.
         // It always contains "password", "<password>" and the user's
         // account name.