X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/fbbc275bba435928c5c821ae408a726a950ad161..f977edfa98c2e2e62bb302af7e97d8729c7d6202:/x3.conf.example diff --git a/x3.conf.example b/x3.conf.example index afda546..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. @@ -148,7 +147,7 @@ "lc_h" "800"; // support helper (lower case h) "uc_H" "800"; // net helper (upper case H) "S" "999"; // O3 access suspended - "b" "1"; // ?? + "b" "1"; // Bot (not sure what it does tho) }; // and for who can change epithets for staff @@ -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";