X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/1c5f669705f14465beb02aaea58a0bfc3221a35e..6c3ce3bb220df1fc08a0e3fd18ba18d48f7bc932:/x3.conf.example?ds=sidebyside diff --git a/x3.conf.example b/x3.conf.example index 058b1a9..9aeac09 100644 --- a/x3.conf.example +++ b/x3.conf.example @@ -388,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"; @@ -508,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. }; };