]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - doc/example.conf
Fix a few errors in the example configs (caused errors on starting the ircd).
[irc/rqf/shadowircd.git] / doc / example.conf
index cf2f9f2e1322f1868dae5796d321100bca564c31..e13575ba3cf17a36efe89d19972e9c647c4faa8e 100755 (executable)
@@ -31,6 +31,7 @@ loadmodule "extensions/ip_cloaking.so";
 loadmodule "extensions/m_identify.so";
 loadmodule "extensions/m_mkpasswd.so";
 #loadmodule "extensions/m_adminwall.so";
+#loadmodule "extensions/m_oaccept.so";
 #loadmodule "extensions/m_opme.so";
 #loadmodule "extensions/m_ojoin.so";
 #loadmodule "extensions/m_omode.so";
@@ -281,13 +282,13 @@ operator "god" {
        /* swhois: defines an additional line that will be displayed
         * whenever someone does /whois on the oper in question.
         */
-       swhois = "is wearing pants."
+       swhois = "is wearing pants.";
 
        /* operstring: defines a custom operstring for this oper,
         * which will be shown in whois instead of default_operstring
         * or default_adminstring.
         */
-       operstring = "is a lazy IRC Operator"
+       operstring = "is a lazy IRC Operator";
 
        /* flags: misc options for the operator.  You may prefix an option
         * with ~ to disable it, e.g. ~encrypted.