X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/fbbc275bba435928c5c821ae408a726a950ad161..636654954bff7c860eed0c2695c3ae436fe53674:/x3.conf.example diff --git a/x3.conf.example b/x3.conf.example index afda546..74cb723 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 @@ -239,6 +238,9 @@ // how long to g-line for ?block (or, by default, for trace gline)? "block_gline_duration" "12h"; + // how long to shun for ?sblock (or, by default, for trace shun)? + "block_shun_duration" "12h"; + // When a user joins an illegal channel, O3 joins it and locks it down. // how long to keep an illegal channel locked down (seconds)? "purge_lock_delay" "60"; @@ -292,6 +294,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"; @@ -455,6 +460,7 @@ // This just illustrates how you can jam every database into one huge ("mondo") file. "ChanServ" { "mondo_section" "ChanServ"; }; "gline" { "mondo_section" "gline"; }; + "shun" { "mondo_section" "shun"; }; "Global" { "mondo_section" "Global"; }; "HelpServ" { "mondo_section" "HelpServ"; }; "modcmd" { "mondo_section" "modcmd"; };