Merge pull request #5 from Carb0nNova/main

Included comma to catch unfamiliar dialects
This commit is contained in:
Matthew Wagner
2021-08-31 08:13:07 -07:00
committed by GitHub

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