diff options
author | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-13 23:11:56 +0000 |
---|---|---|
committer | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-13 23:11:56 +0000 |
commit | a8eb837244180d7bd58ed3f29c48a0d1b280eba1 (patch) | |
tree | 247ff9374d1cf061584936a4d2ab8e50c79466cc /include/extern.h | |
parent | c912a7a0aa814590c79a3f3c6226ad557feec564 (diff) |
Added listopersonly directive to chanserv block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1440 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 ac50d9903..eaac2fb50 100644 --- a/include/extern.h +++ b/include/extern.h @@ -349,7 +349,7 @@ E int CSAccessMax; E int CSAutokickMax; E char *CSAutokickReason; E time_t CSInhabit; -E int CSListOpersOnly; +E bool CSListOpersOnly; E int CSListMax; E int CSRestrictGetPass; E int CSOpersOnly; |