X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fs_user.c;h=6d7cc911a40a0119fbbef57ff251724ef4100069;hb=fda30451cac5936729c683d38a700f4928812c6f;hp=0a71c4a742b1370d67fed4851949b6b008a0f3ea;hpb=73b227d6b3e2c89d655e23aedf9a318bc192212b;p=ircu2.10.12-pk.git diff --git a/ircd/s_user.c b/ircd/s_user.c index 0a71c4a..6d7cc91 100644 --- a/ircd/s_user.c +++ b/ircd/s_user.c @@ -535,7 +535,7 @@ int register_user(struct Client *cptr, struct Client *sptr, m_lusers(sptr, sptr, 1, parv); update_load(); motd_signon(sptr); - nextping = CurrentTime; +/* nextping = CurrentTime; */ if (cli_snomask(sptr) & SNO_NOISY) set_snomask(sptr, cli_snomask(sptr) & SNO_NOISY, SNO_ADD); IPcheck_connect_succeeded(sptr);