X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/fbbc275bba435928c5c821ae408a726a950ad161..e3b2f7897e4c0d610be203b88983f9bdc394deb1:/x3.conf.example diff --git a/x3.conf.example b/x3.conf.example index afda546..cb9dad4 100644 --- a/x3.conf.example +++ b/x3.conf.example @@ -148,7 +148,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 +292,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";