X-Git-Url: http://git.pk910.de/?p=srvx.git;a=blobdiff_plain;f=srvx.conf.example;h=6019975e2d5b9c7d2f0c3715e47428b6f46d84d2;hp=83ffb71c00a44b5a64c8bacb210b0f1d5d79c18e;hb=HEAD;hpb=ee21d82d85b03d211ee5325eb34c01fca91f0e4b diff --git a/srvx.conf.example b/srvx.conf.example index 83ffb71..6019975 100644 --- a/srvx.conf.example +++ b/srvx.conf.example @@ -103,12 +103,14 @@ "uc_H" "800"; // .. and upper case H "S" "999"; "b" "800"; - "I" "800"; + "I" "800"; }; // and for who can change epithets for staff "set_epithet_level" "800"; // what opserv access level do you need to set somebody else's level? "modoper_level" "850"; + // what opserv access level do you need to set somebody's staff level? + "modstaff_level" "750"; // how often should accounts be expired? "account_expire_freq" "1d"; @@ -223,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 @@ -237,7 +241,7 @@ // How often to look for dnrs that have expired? "dnr_expire_freq" "1h"; // what !set options should we show when user calls "!set" with no arguments? - "set_shows" ("DefaultTopic", "TopicMask", "Greeting", "UserGreeting", "Modes", "PubCmd", "InviteMe", "EnfModes", "EnfTopic", "TopicSnarf", "UserInfo", "GiveVoice", "GiveOps", "EnfOps", "Setters", "CtcpUsers", "CtcpReaction", "Protect", "Toys", "DynLimit", "NoDelete"); + "set_shows" ("DefaultTopic", "TopicMask", "AdvTopic", "Greeting", "UserGreeting", "Modes", "PubCmd", "InviteMe", "EnfModes", "EnfTopic", "TopicSnarf", "UserInfo", "GiveVoice", "GiveOps", "EnfOps", "Setters", "CtcpUsers", "CtcpReaction", "Protect", "Toys", "DynLimit", "NoDelete"); // A list of !8ball responses "8ball" ("Not a chance.", @@ -267,6 +271,7 @@ "new_channel_unauthed_join" ""; //only sent if the user is unauthed "new_channel_authed_join" ""; //only sent if the user is authed "new_channel_message" ""; //always after the message above + "oper_channel" "#opers"; }; @@ -287,6 +292,7 @@ // unless you specified ".disabled".) "nick" "SpamServ"; "debug_channel" "#spamserv"; + "oper_channel" "#opers"; // url of the network rules. if you don't have network rules, remove this key. "network_rules" "http://www.gamesurge.net/aup"; // trigger for spamserv; remove this key to disable the trigger @@ -408,6 +414,21 @@ "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"; + "oper_channel" "#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"; }; }; @@ -479,6 +500,7 @@ "sendmail" { "mondo_section" "sendmail"; }; "SpamServ" { "mondo_section" "SpamServ"; }; "Watchdog" { "mondo_section" "Watchdog"; }; + "HostServ" { "mondo_section" "HostServ"; }; // These are the options if you want a database to be in its own file. "mondo" {