MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / senderName

Function senderName

quote/quote.ts:427–429  ·  view source on GitHub ↗
(msg: Api.Message)

Source from the content-addressed store, hash-verified

425
426function wantsQuoteHelp(argsText: string): boolean {
427 const t = argsText.trim().toLowerCase();
428 if (!t) return false;
429 return /^(help|\?|h|帮助)$/i.test(t) || /(?:^|\s)(help|\?|帮助)(?:\s|$)/i.test(t);
430}
431
432function foldSection(title: string, body: string): string {

Callers

nothing calls this directly

Calls 2

displayNameFunction · 0.85
senderEntityFunction · 0.85

Tested by

no test coverage detected