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