# | Line 810 | Line 810 | exit_client(struct Client *source_p, str | |
---|---|---|
810 | source_p->name, source_p->username, source_p->host, comment, | |
811 | General.hide_spoof_ips && IsIPSpoof(source_p) ? | |
812 | "255.255.255.255" : source_p->sockhost); | |
813 | + | sendto_realops_flags(UMODE_CCONN_FULL, L_ALL, "CLIEXIT: %s %s %s %s %s", |
814 | + | source_p->name, source_p->username, source_p->host, |
815 | + | comment, |
816 | + | General.hide_spoof_ips && IsIPSpoof(source_p) ? |
817 | + | "255.255.255.255" : source_p->sockhost); |
818 | } | |
819 | else if (IsServer(source_p)) | |
820 | { |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |