863 |
|
source_p->name, source_p->username, source_p->host, comment, |
864 |
|
ConfigFileEntry.hide_spoof_ips && IsIPSpoof(source_p) ? |
865 |
|
"255.255.255.255" : source_p->sockhost); |
866 |
– |
sendto_realops_flags(UMODE_CCONN_FULL, L_ALL, SEND_NOTICE, |
867 |
– |
"CLIEXIT: %s %s %s %s 0 %s", |
868 |
– |
source_p->name, |
869 |
– |
source_p->username, |
870 |
– |
source_p->host, |
871 |
– |
ConfigFileEntry.hide_spoof_ips && IsIPSpoof(source_p) ? |
872 |
– |
"255.255.255.255" : source_p->sockhost, |
873 |
– |
comment); |
866 |
|
ilog(LOG_TYPE_USER, "%s (%3u:%02u:%02u): %s!%s@%s %llu/%llu", |
867 |
|
myctime(source_p->localClient->firsttime), (unsigned int)(on_for / 3600), |
868 |
|
(unsigned int)((on_for % 3600)/60), (unsigned int)(on_for % 60), |