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

Method setChatMode

pangu/pangu.ts:241–245  ·  view source on GitHub ↗
(chatId: string, enabled: boolean)

Source from the content-addressed store, hash-verified

239 }
240
241 // 检查是否为白名单
242 private isWhite(chatId: string): boolean {
243 return this.db.data.whitelist.includes(chatId);
244 }
245
246 // 检查是否为黑名单
247 private isBlack(chatId: string): boolean {
248 return this.db.data.blacklist.includes(chatId);

Callers 1

PanguPluginClass · 0.95

Calls 2

updateStatsMethod · 0.95
writeMethod · 0.80

Tested by

no test coverage detected