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

Comparing ircd-hybrid/trunk/src/client.c (file contents):
Revision 3109 by michael, Thu Mar 6 19:25:12 2014 UTC vs.
Revision 3135 by michael, Mon Mar 10 21:11:25 2014 UTC

# Line 948 | Line 948 | exit_client(struct Client *source_p, str
948      }
949    }
950    else if (IsClient(source_p) && !HasFlag(source_p, FLAGS_KILLED))
951 <  {
952 <    sendto_server(from->from, CAP_TS6, NOCAPS,
953 <                  ":%s QUIT :%s", ID(source_p), comment);
954 <    sendto_server(from->from, NOCAPS, CAP_TS6,
955 <                  ":%s QUIT :%s", source_p->name, comment);
956 <  }
951 >    sendto_server(from->from, NOCAPS, NOCAPS, ":%s QUIT :%s",
952 >                  ID(source_p), comment);
953  
954    /* The client *better* be off all of the lists */
955    assert(dlinkFind(&unknown_list, source_p) == NULL);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines