442 |
|
|
443 |
sendto_realops_flags(UMODE_CCONN, L_ALL, SEND_NOTICE, |
sendto_realops_flags(UMODE_CCONN, L_ALL, SEND_NOTICE, |
444 |
"Client connecting: %s (%s@%s) [%s] {%s} [%s] <%s>", |
"Client connecting: %s (%s@%s) [%s] {%s} [%s] <%s>", |
445 |
client_p->name, client_p->username, client_p->host, |
client_p->name, client_p->username, client_p->realhost, |
446 |
client_p->sockhost, |
client_p->sockhost, |
447 |
get_client_class(&client_p->connection->confs), |
get_client_class(&client_p->connection->confs), |
448 |
client_p->info, client_p->id); |
client_p->info, client_p->id); |
525 |
sendto_realops_flags(UMODE_FARCONNECT, L_ALL, SEND_NOTICE, |
sendto_realops_flags(UMODE_FARCONNECT, L_ALL, SEND_NOTICE, |
526 |
"Client connecting at %s: %s (%s@%s) [%s] [%s] <%s>", |
"Client connecting at %s: %s (%s@%s) [%s] [%s] <%s>", |
527 |
client_p->servptr->name, |
client_p->servptr->name, |
528 |
client_p->name, client_p->username, client_p->host, |
client_p->name, client_p->username, client_p->realhost, |
529 |
client_p->sockhost, client_p->info, client_p->id); |
client_p->sockhost, client_p->info, client_p->id); |
530 |
|
|
531 |
introduce_client(client_p); |
introduce_client(client_p); |