367 |
|
/* jdc - lists server name & port connections are on */ |
368 |
|
/* a purely cosmetical change */ |
369 |
|
sendto_realops_flags(UMODE_UNAUTH, L_ALL, SEND_NOTICE, |
370 |
< |
"Unauthorized client connection from %s [%s] on [%s/%u].", |
370 |
> |
"Unauthorized client connection from %s on [%s/%u].", |
371 |
|
get_client_name(source_p, SHOW_IP), |
372 |
– |
source_p->sockhost, |
372 |
|
source_p->connection->listener->name, |
373 |
|
source_p->connection->listener->port); |
374 |
|
ilog(LOG_TYPE_IRCD, "Unauthorized client connection from %s on [%s/%u].", |