diff options
author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-15 19:14:05 +0000 |
---|---|---|
committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-15 19:14:05 +0000 |
commit | 486097e27b7fc848a6abfc25c7e4547e4acf5a7b (patch) | |
tree | 822af53656503dc9e0a9e85e3c3ec301bd480978 /include/extern.h | |
parent | 5fa7475f65cdf761233f463aae337b5b81dabf16 (diff) |
Added expiretimeout directive to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1712 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/extern.h b/include/extern.h index 4505ca1cb..0d558ec7b 100644 --- a/include/extern.h +++ b/include/extern.h @@ -288,7 +288,7 @@ E bool StrictPasswords; E int BadPassLimit; E time_t BadPassTimeout; E time_t UpdateTimeout; -E int ExpireTimeout; +E time_t ExpireTimeout; E int ReadTimeout; E int WarningTimeout; E int TimeoutCheck; |