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-13 22:44:33 +0000
committerNaram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-13 22:44:33 +0000
commit1ed824416627e36f135e5ace4fc745e5a6ae39ae (patch)
tree69c462fb3c4a7cff0386e5f87676f9647ab9fe73 /include/extern.h
parenta4540d5c0aa1070df00b09224deac2467a299692 (diff)
Added expire directive to chanserv block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1434 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 44f489fdd..32dc35cfe 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -343,7 +343,7 @@ E bool NSAddAccessOnReg;
E int CSDefFlags;
E int CSMaxReg;
-E int CSExpire;
+E time_t CSExpire;
E int CSDefBantype;
E int CSAccessMax;
E int CSAutokickMax;