From: Alex Schumann Date: Wed, 26 Mar 2014 05:29:33 +0000 (-0700) Subject: add auto_oper to example config X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/commitdiff_plain/36aea90d28d7addb265aee3d0ee9080013c751bd?hp=e9c2c8ec038b383e4344e7ab425410572473a3fd add auto_oper to example config --- diff --git a/x3.conf.example b/x3.conf.example index 5061c79..b954198 100644 --- a/x3.conf.example +++ b/x3.conf.example @@ -116,6 +116,11 @@ // 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", "" and the user's // account name.