| # | Line 893 | Line 893 | sendnick_TS(struct Client *client_p, str | |
|---|---|---|
| 893 | (unsigned long) target_p->tsinfo, | |
| 894 | ubuf, target_p->username, target_p->host, | |
| 895 | (MyClient(target_p) && IsIPSpoof(target_p)) ? | |
| 896 | < | "0" : target_p->sockhost), target_p->id, target_p->info); |
| 896 | > | "0" : target_p->sockhost, target_p->id, target_p->info); |
| 897 | else | |
| 898 | sendto_one(client_p, "NICK %s %d %lu %s %s %s %s :%s", | |
| 899 | target_p->name, target_p->hopcount + 1, | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |