# | Line 970 | Line 970 | exit_client(struct Client *source_p, str | |
---|---|---|
970 | source_p->name, source_p->username, source_p->host, comment, | |
971 | ConfigFileEntry.hide_spoof_ips && IsIPSpoof(source_p) ? | |
972 | "255.255.255.255" : source_p->sockhost); | |
973 | + | sendto_realops_flags(UMODE_CCONN_FULL, L_ALL, "CLIEXIT: %s %s %s %s %s", |
974 | + | source_p->name, source_p->username, source_p->host, comment, |
975 | + | ConfigFileEntry.hide_spoof_ips && IsIPSpoof(source_p) ? |
976 | + | "255.255.255.255" : source_p->sockhost); |
977 | } | |
978 | ||
979 | /* As soon as a client is known to be a server of some sort |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |