Skip to content

Commit

Permalink
Add advance config file for bchat (#242)
Browse files Browse the repository at this point in the history
* Add artifacts for TriHeadUneo

* Add files via upload
  • Loading branch information
LNatit authored Dec 18, 2024
1 parent e221463 commit 2fc371b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions jiachen/config/bchat-advanced.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"stopWords": [],
"blockUsers": [],
"regExp": [],
"chatRegCustomized": "^(?<sender>\\w{3,16}):(?<msg>.*$)",
"tellRegCustomized": "^(?<sender>\\w{3,16})悄悄地对你说:(?<msg>.*$)",
"ignoredMsgReg": ""
}

0 comments on commit 2fc371b

Please sign in to comment.