summaryrefslogtreecommitdiff
path: root/include/extern.h
diff options
context:
space:
mode:
authorNaram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-27 01:05:53 +0000
committerNaram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-27 01:05:53 +0000
commiteaf557fc86db69df9eabccb160f914f963ffe30f (patch)
tree52e610c81a7a4ce712f3052841817c426ae526aa /include/extern.h
parent7e541ba7e1145c6118f69c7856e50d5976bbb07e (diff)
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
Diffstat (limited to 'include/extern.h')
-rw-r--r--include/extern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/extern.h b/include/extern.h
index 4f2bd4470..7cc0d234f 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -506,7 +506,7 @@ E int DefCon[6];
E int checkDefCon(int level);
E void resetDefCon(int level);
E int DefConSessionLimit;
-E char *DefConTimeOut;
+E time_t DefConTimeOut;
E time_t DefConAKILL;
E char *DefConChanModes;
E int GlobalOnDefcon;