X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=srvx.conf.example;h=b3901c88736c238fdf77bd96d26b27c5c5302180;hb=18a22dac8302182719e030976fa1c045bde8a461;hp=f8acd0d752205da2da800ee868b9328d6d99b346;hpb=05fcb058c425829c77d8f9d39c7b7a5e3a8da9ae;p=srvx.git diff --git a/srvx.conf.example b/srvx.conf.example index f8acd0d..b3901c8 100644 --- a/srvx.conf.example +++ b/srvx.conf.example @@ -225,6 +225,8 @@ "max_chan_users" "512"; // maximum bans on a channel banlist "max_chan_bans" "512"; + //min time of timebans + "min_time_bans" "5"; // maximum length of a user's infoline "max_userinfo_length" "400"; // If DynLimit is on and there are N users in the channel, ChanServ will @@ -410,6 +412,20 @@ "ban_duration" "2h"; //only if the channel is registered with chanserv "gline_duration" "1h"; "punishment_reason" "Your message contained a forbidden word."; + "alert_chan" "#opers"; + }; + + "hostserv" { + "nick" "HostServ"; + "modes" "+iokSD"; + "toplevel_access" "600"; + "fallback_other_assignment" "1"; + "manager_can_del_toplevel" "0"; + "manager_can_del_secondlevel" "0"; + "manager_can_rename_toplevel" "0"; + "manager_can_rename_secondlevel" "0"; + "manager_toplevel_can_oset" "0"; + "manager_secondlevel_can_oset" "0"; }; };