diff options
author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-15 19:14:43 +0000 |
---|---|---|
committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-15 19:14:43 +0000 |
commit | 2e9f890978b6123708d3e66c0162b8f64b4b177f (patch) | |
tree | 37b31a35e3ccd1ae9f1f75c4024c5f382721580f /include/extern.h | |
parent | 4ed52553b0ccf4db05bfe213a26df69ac3a588d2 (diff) |
Added warningtimeout directive to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1714 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 c8627b7bc..ce6dbb15e 100644 --- a/include/extern.h +++ b/include/extern.h @@ -290,7 +290,7 @@ E time_t BadPassTimeout; E time_t UpdateTimeout; E time_t ExpireTimeout; E time_t ReadTimeout; -E int WarningTimeout; +E time_t WarningTimeout; E int TimeoutCheck; E int KeepLogs; E int KeepBackups; |