Included comma to catch unfamiliar dialects

This commit is contained in:
Carb0nNova 2021-08-31 10:10:38 -05:00
parent 4abb08e2e0
commit bd70932370

View File

@ -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"
}, },
{ {