From 2fc371b8887864eff29befd664406b4dfbfdd3e5 Mon Sep 17 00:00:00 2001 From: Loci_Natit <76902649+LNatit@users.noreply.github.com> Date: Wed, 18 Dec 2024 21:09:20 +0800 Subject: [PATCH] Add advance config file for bchat (#242) * Add artifacts for TriHeadUneo * Add files via upload --- jiachen/config/bchat-advanced.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 jiachen/config/bchat-advanced.json diff --git a/jiachen/config/bchat-advanced.json b/jiachen/config/bchat-advanced.json new file mode 100644 index 00000000..19127e59 --- /dev/null +++ b/jiachen/config/bchat-advanced.json @@ -0,0 +1,8 @@ +{ + "stopWords": [], + "blockUsers": [], + "regExp": [], + "chatRegCustomized": "^(?\\w{3,16}):(?.*$)", + "tellRegCustomized": "^(?\\w{3,16})悄悄地对你说:(?.*$)", + "ignoredMsgReg": "" +} \ No newline at end of file