Included comma to catch unfamiliar dialects
This commit is contained in:
parent
4abb08e2e0
commit
bd70932370
@ -3,11 +3,11 @@
|
|||||||
"name": "local",
|
"name": "local",
|
||||||
"patterns": [
|
"patterns": [
|
||||||
{
|
{
|
||||||
"pattern": "^.+ (says|asks|exclaims|whispers)( .+)? '.*'$",
|
"pattern": "^.+ (says|asks|exclaims|whispers)(,? .+)? '.*'$",
|
||||||
"type": "regex"
|
"type": "regex"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pattern": "^'.*' .+ (says|asks|exclaims)( .+)?.$",
|
"pattern": "^'.*' .+ (says|asks|exclaims)(,? .+)?.$",
|
||||||
"type": "regex"
|
"type": "regex"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user