diff options
author | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-19 20:19:17 +0000 |
---|---|---|
committer | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-19 20:19:17 +0000 |
commit | b3fad6e271cd70d641d8ab0c5ee4eff62efb86c1 (patch) | |
tree | 7082d6429da17dab2c3f79cec5a7543355c06d73 /include | |
parent | 6e943066a5e9289088fb68d24365d6e72f5406fb (diff) |
Added smartjoin directive to botserv block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1457 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 33fdba240..423e93926 100644 --- a/include/extern.h +++ b/include/extern.h @@ -363,7 +363,7 @@ E int BSDefFlags; E time_t BSKeepData; E int BSMinUsers; E int BSBadWordsMax; -E int BSSmartJoin; +E bool BSSmartJoin; E int BSGentleBWReason; E int BSCaseSensitive; E char *BSFantasyCharacter; |