Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / s_user.c
index cca7606d97f8306ee16e23a54936e7b8ec46ab5b..7bd0a9c0abac8b91e63c855adaa3fcbc837daf1d 100644 (file)
@@ -913,7 +913,7 @@ int check_target_limit(struct Client *sptr, void *target, const char *name,
     else {
 #ifdef GODMODE
       /* XXX Let's get rid of GODMODE */
-      sendto_one(sptr, ":%s NOTICE %s :New target: %s; ft " TIME_T_FMT,
+      sendto_one(sptr, ":%s NOTICE %s :New target: %s; ft " TIME_T_FMT, /* XXX Possibly DEAD */
           me.name, sptr->name, name, (CurrentTime - sptr->nexttarget) / TARGET_DELAY);
 #endif
       sptr->nexttarget += TARGET_DELAY;