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