# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |