diff options
author | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-19 20:15:20 +0000 |
---|---|---|
committer | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-19 20:15:20 +0000 |
commit | 6e943066a5e9289088fb68d24365d6e72f5406fb (patch) | |
tree | c5d89a1901f80d64f20a09a2598fb2e8c7db44fc /include/extern.h | |
parent | 43d849376dbcc5e3135f25bde17c1a696d077643 (diff) |
Added keepdata directive to botserv block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1456 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 70c8b2620..33fdba240 100644 --- a/include/extern.h +++ b/include/extern.h @@ -360,7 +360,7 @@ E bool MSNotifyAll; E int MSMemoReceipt; E int BSDefFlags; -E int BSKeepData; +E time_t BSKeepData; E int BSMinUsers; E int BSBadWordsMax; E int BSSmartJoin; |