diff options
author | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-25 02:49:44 +0000 |
---|---|---|
committer | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-25 02:49:44 +0000 |
commit | 4818284fab73a246506323630175f628640b4b95 (patch) | |
tree | 87e61c16101d8eb093edf19cfdaea17592616193 /include/extern.h | |
parent | 66df9d4e7cef5d37b7886bf0c014cc517960e890 (diff) |
Added superadmin directive to operserv block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1473 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 2d2c7360d..99e5e9130 100644 --- a/include/extern.h +++ b/include/extern.h @@ -376,7 +376,7 @@ E char *GlobalOnCycleUP; E char **ServicesRoots; E int RootNumber; E int LogMaxUsers; -E int SuperAdmin; +E bool SuperAdmin; E int LogBot; E int AutokillExpiry; E int ChankillExpiry; |