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/memoserv.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/memoserv.c')
-rw-r--r-- | src/memoserv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/memoserv.c b/src/memoserv.c index f23324149..95145256f 100644 --- a/src/memoserv.c +++ b/src/memoserv.c @@ -64,8 +64,6 @@ void memoserv(User * u, char *buf) s = ""; } anope_cmd_ctcp(s_MemoServ, u->nick, "PING %s", s); - } else if (skeleton) { - notice_lang(s_MemoServ, u, SERVICE_OFFLINE, s_MemoServ); } else { if (!u->na && stricmp(cmd, "HELP") != 0) notice_lang(s_MemoServ, u, NICK_NOT_REGISTERED_HELP, |