X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/e42487a5d0733c361fce6607ed7f01025f650aa1..4ae3fc8b27c4079fd907efa2b3198e2467a708db:/x3.conf.example diff --git a/x3.conf.example b/x3.conf.example index 38eebef..1028941 100644 --- a/x3.conf.example +++ b/x3.conf.example @@ -1,5 +1,4 @@ -/* vim:syntax=c:ts=4 - * ***************************************************************** +/* ***************************************************************** * X3 Services Example Configuration file. * * Copy it to your x3 runtime dir, and edit to taste. @@ -292,6 +291,9 @@ // .. but ChanServ will only increment or decrement the limit this often. "adjust_delay" "30"; // (seconds) + // How often to look for expired bans? + "ban_timeout_freq" "2m"; + // How often to look for channels that have expired? "chan_expire_freq" "1d";