X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/63c95a478af1b51ad021abef19f630de189f0229..5f1600ab20e3f14e3330552b83976280c1049907:/x3.conf.example diff --git a/x3.conf.example b/x3.conf.example index f499513..9aeac09 100644 --- a/x3.conf.example +++ b/x3.conf.example @@ -278,6 +278,9 @@ "size" "200"; "drain-rate" "3"; }; + // Min opserv level needed to set 'silent' glines in trace/addalert + // (nefarious only) + "silent_level" "700"; }; "chanserv" { @@ -385,8 +388,9 @@ "spamserv" { - // You may disable this service by removing its "nick" config item. - "nick" "SpamServ"; + // You may enable this service by removing the double slashes from the config + // item. To disable it again add the double slashes back. + // "nick" "SpamServ"; // debug channel "debug_channel" "#operserv"; @@ -505,6 +509,7 @@ "bot" "MemoServ"; "message_expiry" "30d"; // age when messages are deleted; set // to 0 to disable message expiration + "limit" "30"; // Max amount of messages a person can get. }; };