X-Git-Url: http://git.pk910.de/?p=NextIRCd.git;a=blobdiff_plain;f=src%2Fircd_auth.c;h=1645892042e434b3965ea2fc330a40a7d0297e60;hp=b0ff83145f675d02600281c13626e0399897926b;hb=HEAD;hpb=878d4152c9e550c5c418832c305d99a305de330d diff --git a/src/ircd_auth.c b/src/ircd_auth.c index b0ff831..1645892 100644 --- a/src/ircd_auth.c +++ b/src/ircd_auth.c @@ -92,6 +92,7 @@ void auth_try_finish(struct Auth *auth) { return; if(!auth->sent_ping) { auth->sent_ping = 1; + socket_printf(auth->conn, ":AUTH PING :%d", auth->startup_time); } else if(auth->have_pong && auth->have_dnsresolv) { struct Client *client = client_connected(auth); auth->conn->authed = 1;