# | Line 856 | Line 856 | report_dns_servers(struct Client *source | |
---|---|---|
856 | getnameinfo((struct sockaddr *)&(irc_nsaddr_list[i]), | |
857 | irc_nsaddr_list[i].ss_len, ipaddr, | |
858 | sizeof(ipaddr), NULL, 0, NI_NUMERICHOST); | |
859 | < | sendto_one(source_p, form_str(RPL_STATSALINE), |
860 | < | me.name, source_p->name, ipaddr); |
859 | > | sendto_one_numeric(source_p, &me, RPL_STATSALINE, ipaddr); |
860 | } | |
861 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |