*** s_user.c-old Thu Feb 15 04:03:36 1996 --- s_user.c Mon Apr 8 02:00:18 1996 *************** *** 853,863 **** timedelta; sendto_common_channels(sptr, ":%s NICK :%s", parv[0], nick); if (sptr->user) add_history(sptr); ! sendto_TS_serv_butone(1, cptr, ":%s NICK %s :%ld", parv[0], nick, sptr->tsinfo); ! sendto_TS_serv_butone(0, cptr, ":%s NICK :%s", parv[0], nick); #ifdef USE_SERVICES check_services_butone(SERVICE_WANT_NICK, sptr, ":%s NICK :%s", parv[0], nick); --- 853,865 ---- timedelta; sendto_common_channels(sptr, ":%s NICK :%s", parv[0], nick); if (sptr->user) + { add_history(sptr); ! sendto_TS_serv_butone(1, cptr, ":%s NICK %s :%ld", parv[0], nick, sptr->tsinfo); ! sendto_TS_serv_butone(0, cptr, ":%s NICK :%s", parv[0], nick); + } #ifdef USE_SERVICES check_services_butone(SERVICE_WANT_NICK, sptr, ":%s NICK :%s", parv[0], nick);