--- ircd-hybrid-7.2/modules/m_links.c 2005/10/10 12:17:19 102 +++ ircd-hybrid-7.2/modules/m_links.c 2005/10/10 18:29:05 103 @@ -138,7 +138,8 @@ do_links(struct Client *source_p, int pa me.name, me.name, 0, me.info); send_message_file(source_p, &ConfigFileEntry.linksfile); sendto_one(source_p, form_str(RPL_ENDOFLINKS), - ID_or_name(&me, source_p->from), "*"); + ID_or_name(&me, source_p->from), + ID_or_name(source_p, source_p->from), "*"); } }