From eaf557fc86db69df9eabccb160f914f963ffe30f Mon Sep 17 00:00:00 2001 From: "Naram Qashat cyberbotx@cyberbotx.com" Date: Mon, 27 Oct 2008 01:05:53 +0000 Subject: Added timeout directive to defcon block in new config. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1496 5417fbe8-f217-4b02-8779-1006273d7864 --- data/example_new.conf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'data') diff --git a/data/example_new.conf b/data/example_new.conf index 975fef99b..0243d60fe 100644 --- a/data/example_new.conf +++ b/data/example_new.conf @@ -924,4 +924,11 @@ defcon * Note 2: MLOCK'd modes will not be lost. */ #chanmodes = "+R" + + /* + * This value can be used to automatically return the network to DefCon level 5 after the specified + * time period, just in case any IRC Operator forgets to remove a DefCon setting. This directive is + * optional. + */ + #timeout = 15m } -- cgit