Merge pull request #7 from Kilbukas/ooc-capture-fixes

Chat capture for droids, locally spoken language.
This commit is contained in:
Matthew Wagner 2023-01-03 10:13:39 -10:00 committed by GitHub
commit 72a843919b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,11 +11,11 @@
"type": "regex"
},
{
"pattern": "^You( .+)? (say|ask|exclaim|whisper)( .+)? '.*'$",
"pattern": "^You( .+)? (say|ask|exclaim|whisper)(,? .+)? '.*'$",
"type": "regex"
},
{
"pattern": "^'.*' you( .+)? (say|ask|exclaim)( .+)?.$",
"pattern": "^'.*' you( .+)? (say|ask|exclaim)(,? .+)?.$",
"type": "regex"
},
{
@ -77,7 +77,7 @@
"name": "ooc",
"patterns": [
{
"pattern": "^\\((OOC|IMM|RPC|NEWBIE)\\) [#*]?[A-Za-z0-9()]+: .*$",
"pattern": "^\\((OOC|IMM|RPC|NEWBIE)\\) [#*]?[\\w\\-()]+: .*$",
"type": "regex"
}
],