diff options
author | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-25 02:53:10 +0000 |
---|---|---|
committer | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-25 02:53:10 +0000 |
commit | 24b4a2cd87770fe3f498e0b47686116e90c5c51a (patch) | |
tree | 7a411a36a10a5c01b8ccd739b15b5258c563ef42 /include | |
parent | 4818284fab73a246506323630175f628640b4b95 (diff) |
Added logmaxusers directive to operserv block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1474 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 99e5e9130..abf1390d7 100644 --- a/include/extern.h +++ b/include/extern.h @@ -375,7 +375,7 @@ E char *GlobalOnCycleMessage; E char *GlobalOnCycleUP; E char **ServicesRoots; E int RootNumber; -E int LogMaxUsers; +E bool LogMaxUsers; E bool SuperAdmin; E int LogBot; E int AutokillExpiry; |