From 7dd1e4c01142f8e20606218e69d37bb3f33806c8 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 31 May 2013 20:54:28 +0000 Subject: - Cleanup flattened links code git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2157 82007160-df01-0410-b94d-b575c5fd34c7 --- src/message.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/message.c') diff --git a/src/message.c b/src/message.c index 716cf8d..3ac3ad4 100644 --- a/src/message.c +++ b/src/message.c @@ -71,18 +71,6 @@ send_message_file(struct Client *source_p, MessageFile *motdToPrint) switch (msgType) { - case USER_LINKS: - if (motdToPrint->contentsOfFile != NULL) - { - for (linePointer = motdToPrint->contentsOfFile; linePointer; - linePointer = linePointer->next) - { - sendto_one(source_p, ":%s 364 %s %s", /* XXX */ - from, to, linePointer->line); - } - } - break; - case ISSUPPORT: if (motdToPrint->contentsOfFile != NULL) { -- cgit