Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TeleBoxOrg/TeleBox_Plugins
/ fmtTime
Function
fmtTime
pmcaptcha/pmcaptcha.ts:1441–1443 ·
view source on GitHub ↗
(iso: string)
Source
from the content-addressed store, hash-verified
1439
}
1440
1441
if
(cfg.verified().some(r => r.id === userId))
return
;
1442
1443
// ── 运行自动过白规则 ──
1444
if
(
await
runAutoRules(client, userId, message))
return
;
1445
1446
await
archiveChat(client, userId);
Callers
1
pmcaptcha
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected