diff options
author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-15 19:13:44 +0000 |
---|---|---|
committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-15 19:13:44 +0000 |
commit | 5fa7475f65cdf761233f463aae337b5b81dabf16 (patch) | |
tree | 83c29a656d088f63dede29184906c89fbf00e4d0 /include/extern.h | |
parent | ec8fd88965d710cd7c75729e1e95931596997bc7 (diff) |
Added updatetimeout directive to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1711 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 f794be649..4505ca1cb 100644 --- a/include/extern.h +++ b/include/extern.h @@ -287,7 +287,7 @@ E bool NoBackupOkay; E bool StrictPasswords; E int BadPassLimit; E time_t BadPassTimeout; -E int UpdateTimeout; +E time_t UpdateTimeout; E int ExpireTimeout; E int ReadTimeout; E int WarningTimeout; |