diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:09 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:09 +0000 |
commit | 2fd6bf39b1b018a7081fafd8350ea88f1b733ea5 (patch) | |
tree | 0dad452b2a0d221aab16417978b4743408c975f4 /src/hostserv.c | |
parent | 0f2719990e6b61c9172e0a4593b7a1605bb29f44 (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/hostserv.c')
-rw-r--r-- | src/hostserv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hostserv.c b/src/hostserv.c index 01f6ab7ae..65eab319a 100644 --- a/src/hostserv.c +++ b/src/hostserv.c @@ -70,8 +70,6 @@ void hostserv(User * u, char *buf) s = ""; } anope_cmd_ctcp(s_HostServ, u->nick, "PING %s", s); - } else if (skeleton) { - notice_lang(s_HostServ, u, SERVICE_OFFLINE, s_HostServ); } else { if (ircd->vhost) { mod_run_cmd(s_HostServ, u, HOSTSERV, cmd); |