summaryrefslogtreecommitdiff
path: root/include/extern.h
diff options
context:
space:
mode:
authorNaram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-25 02:49:44 +0000
committerNaram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-25 02:49:44 +0000
commit4818284fab73a246506323630175f628640b4b95 (patch)
tree87e61c16101d8eb093edf19cfdaea17592616193 /include/extern.h
parent66df9d4e7cef5d37b7886bf0c014cc517960e890 (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.h2
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;