translate interval strings; translate more NickServ messages
[srvx.git] / src / mod-sockcheck.c
index 0a07eabf1f603a79440dee4c1b3ea13efc6f8e67..0e038221f187ca3972504de184ed5f810c2081ba 100644 (file)
@@ -1080,7 +1080,7 @@ static MODCMD_FUNC(cmd_stats_proxycheck)
             reply("PCMSG_NOT_CACHED", hostname);
             return 0;
         }
-        intervalString(elapse_buf, now - sci->last_touched);
+        intervalString(elapse_buf, now - sci->last_touched, user->handle_info);
         switch (sci->decision) {
         case CHECKING: msg = "PCMSG_STATUS_CHECKING"; break;
         case ACCEPT: msg = "PCMSG_STATUS_ACCEPTED"; break;