diff options
| author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-15 19:15:06 +0000 |
|---|---|---|
| committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-15 19:15:06 +0000 |
| commit | 28a7779174ae0195437d83c2fdba7a3202ba19f0 (patch) | |
| tree | 6346d237517add00fe522fc26d4da89144cc3308 /include | |
| parent | 2e9f890978b6123708d3e66c0162b8f64b4b177f (diff) | |
Added timeoutcheck directive to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1715 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include')
| -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 ce6dbb15e..9077983e6 100644 --- a/include/extern.h +++ b/include/extern.h @@ -291,7 +291,7 @@ E time_t UpdateTimeout; E time_t ExpireTimeout; E time_t ReadTimeout; E time_t WarningTimeout; -E int TimeoutCheck; +E time_t TimeoutCheck; E int KeepLogs; E int KeepBackups; E int ForceForbidReason; |
