diff options
| author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-15 19:13:26 +0000 |
|---|---|---|
| committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-15 19:13:26 +0000 |
| commit | ec8fd88965d710cd7c75729e1e95931596997bc7 (patch) | |
| tree | ad54883c37e26b018ccfe5c151b8351e14701281 /include | |
| parent | 675c8dc34ac7002df34e154264574c741b61d64d (diff) | |
Added badpasstimeout directive to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1710 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 6e3495ece..f794be649 100644 --- a/include/extern.h +++ b/include/extern.h @@ -286,7 +286,7 @@ E char *NewsDBName; E bool NoBackupOkay; E bool StrictPasswords; E int BadPassLimit; -E int BadPassTimeout; +E time_t BadPassTimeout; E int UpdateTimeout; E int ExpireTimeout; E int ReadTimeout; |
