Rearrange entrypoint.example.ts in a more sensible way
This commit is contained in:
parent
8dc9f73bfd
commit
1a83ce44ac
@ -16,12 +16,12 @@ import {
|
|||||||
for await (const msg of readStdin()) {
|
for await (const msg of readStdin()) {
|
||||||
const result = await pipeline(msg, [
|
const result = await pipeline(msg, [
|
||||||
noopPolicy,
|
noopPolicy,
|
||||||
[hellthreadPolicy, { limit: 100 }],
|
|
||||||
[antiDuplicationPolicy, { ttl: 60000, minLength: 50 }],
|
|
||||||
[rateLimitPolicy, { whitelist: ['127.0.0.1'] }],
|
|
||||||
[pubkeyBanPolicy, ['e810fafa1e89cdf80cced8e013938e87e21b699b24c8570537be92aec4b12c18']],
|
|
||||||
[keywordPolicy, ['https://t.me/']],
|
[keywordPolicy, ['https://t.me/']],
|
||||||
[regexPolicy, /(🟠|🔥|😳)ChtaGPT/i],
|
[regexPolicy, /(🟠|🔥|😳)ChtaGPT/i],
|
||||||
|
[pubkeyBanPolicy, ['e810fafa1e89cdf80cced8e013938e87e21b699b24c8570537be92aec4b12c18']],
|
||||||
|
[hellthreadPolicy, { limit: 100 }],
|
||||||
|
[rateLimitPolicy, { whitelist: ['127.0.0.1'] }],
|
||||||
|
[antiDuplicationPolicy, { ttl: 60000, minLength: 50 }],
|
||||||
]);
|
]);
|
||||||
|
|
||||||
writeStdout(result);
|
writeStdout(result);
|
||||||
|
Loading…
Reference in New Issue
Block a user