diff options
author | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-19 20:25:01 +0000 |
---|---|---|
committer | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-19 20:25:01 +0000 |
commit | 6fda7a08935b9d99da9b0fd7cc1a575ea40fd1bb (patch) | |
tree | 9209b2cb01b1d6396bc0bd4764db92ada9a7a599 /include/extern.h | |
parent | a159b3b42fbf08964ad47f063f14d3996ce61a6c (diff) |
Added casesensitive directive to botserv block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1459 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 131eefe59..2d2c7360d 100644 --- a/include/extern.h +++ b/include/extern.h @@ -365,7 +365,7 @@ E int BSMinUsers; E int BSBadWordsMax; E bool BSSmartJoin; E bool BSGentleBWReason; -E int BSCaseSensitive; +E bool BSCaseSensitive; E char *BSFantasyCharacter; E int HideStatsO; |