]> jfr.im git - irc/evilnet/x3.git/commitdiff
add auto_oper to example config
authorAlex Schumann <redacted>
Wed, 26 Mar 2014 05:29:33 +0000 (22:29 -0700)
committerAlex Schumann <redacted>
Wed, 26 Mar 2014 05:29:33 +0000 (22:29 -0700)
x3.conf.example

index 5061c794a67f2a8188d82c54a16c97b487df7386..b954198b49a170459e9b8ee33744e17467b535b3 100644 (file)
         // 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.