Chat capture for droids, locally spoken language.

This commit is contained in:
Tomas Seniunas 2022-10-11 07:26:00 +09:00
parent 03801821d7
commit 4913454324

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"
}
],