X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/3b0e9fa20ed055db5d862caaff4cef4b3b58c0bc..f11e5895dccf7c7e4fcd79dee49aeddf9f0b1638:/doc/example.conf diff --git a/doc/example.conf b/doc/example.conf index cf2f9f2..e13575b 100755 --- a/doc/example.conf +++ b/doc/example.conf @@ -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.