summaryrefslogtreecommitdiff
path: root/src/core/os_admin.c
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-09-30 18:45:09 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-09-30 18:45:09 +0000
commit2fd6bf39b1b018a7081fafd8350ea88f1b733ea5 (patch)
tree0dad452b2a0d221aab16417978b4743408c975f4 /src/core/os_admin.c
parent0f2719990e6b61c9172e0a4593b7a1605bb29f44 (diff)
Remove 'skeleton' mode. It's not really all that useful.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1200 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/core/os_admin.c')
-rw-r--r--src/core/os_admin.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/os_admin.c b/src/core/os_admin.c
index b3da7dc67..0d2c239db 100644
--- a/src/core/os_admin.c
+++ b/src/core/os_admin.c
@@ -76,11 +76,6 @@ int do_admin(User * u)
NickAlias *na;
int res = 0;
- if (skeleton) {
- notice_lang(s_OperServ, u, OPER_ADMIN_SKELETON);
- return MOD_CONT;
- }
-
if (!cmd || (!nick && stricmp(cmd, "LIST") && stricmp(cmd, "CLEAR"))) {
syntax_error(s_OperServ, u, "ADMIN", OPER_ADMIN_SYNTAX);
} else if (!stricmp(cmd, "ADD")) {