ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/m_links.c
(Generate patch)

Comparing ircd-hybrid-7.2/modules/m_links.c (file contents):
Revision 34 by lusky, Sun Oct 2 21:05:51 2005 UTC vs.
Revision 103 by adx, Mon Oct 10 18:29:05 2005 UTC

# Line 138 | Line 138 | do_links(struct Client *source_p, int pa
138                 me.name, me.name, 0, me.info);
139      send_message_file(source_p, &ConfigFileEntry.linksfile);
140      sendto_one(source_p, form_str(RPL_ENDOFLINKS),
141 <               ID_or_name(&me, source_p->from), "*");
141 >               ID_or_name(&me, source_p->from),
142 >               ID_or_name(source_p, source_p->from), "*");
143    }
144   }
145  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)