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

Comparing ircd-hybrid-7.2/src/s_serv.c (file contents):
Revision 386 by adx, Tue Jan 31 12:40:56 2006 UTC vs.
Revision 391 by michael, Fri Feb 3 09:57:22 2006 UTC

# 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,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines