summaryrefslogtreecommitdiff
path: root/src/message.c
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-05-31 20:54:28 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-05-31 20:54:28 +0000
commit7dd1e4c01142f8e20606218e69d37bb3f33806c8 (patch)
treeb358dd65a9dcc4b6fbfff8e08d78b1bddf07ab60 /src/message.c
parente0b160d6a3bbe88509802d5b67537badc736e2e1 (diff)
- 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
Diffstat (limited to 'src/message.c')
-rw-r--r--src/message.c12
1 files changed, 0 insertions, 12 deletions
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)
{