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

Comparing ircd-hybrid-8/src/client.c (file contents):
Revision 1473 by michael, Sun Apr 22 14:50:14 2012 UTC vs.
Revision 1474 by michael, Sun Jul 22 14:44:07 2012 UTC

# Line 1028 | Line 1028 | exit_client(struct Client *source_p, str
1028    }
1029    else if (IsClient(source_p) && !HasFlag(source_p, FLAGS_KILLED))
1030    {
1031 <    sendto_server(from->from, NULL, CAP_TS6, NOCAPS,
1031 >    sendto_server(from->from, CAP_TS6, NOCAPS,
1032                    ":%s QUIT :%s", ID(source_p), comment);
1033 <    sendto_server(from->from, NULL, NOCAPS, CAP_TS6,
1033 >    sendto_server(from->from, NOCAPS, CAP_TS6,
1034                    ":%s QUIT :%s", source_p->name, comment);
1035    }
1036  

Diff Legend

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