# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |