Include more variations of speech text in local chat trigger

This commit is contained in:
Matt Wagner 2021-06-30 22:23:38 -07:00
parent 4c8ce82095
commit 0cb888f021

View File

@ -3,19 +3,19 @@
"name": "local", "name": "local",
"patterns": [ "patterns": [
{ {
"pattern": "^.+ (says|asks|exclaims|whispers to you)(, in .+)? '.*'$", "pattern": "^.+ (says|asks|exclaims|whispers)( .+)? '.*'$",
"type": "regex" "type": "regex"
}, },
{ {
"pattern": "^'.*' .+ (says|asks|exclaims)(, in .+)?.$", "pattern": "^'.*' .+ (says|asks|exclaims)( .+)?.$",
"type": "regex" "type": "regex"
}, },
{ {
"pattern": "^You .*(say|ask|exclaim)(, in .+)? '.*'$", "pattern": "^You( .+)? (say|ask|exclaim|whisper)( .+)? '.*'$",
"type": "regex" "type": "regex"
}, },
{ {
"pattern": "^'.*' you .*(say|ask|exclaim)(, in .+)?.$", "pattern": "^'.*' you( .+)? (say|ask|exclaim)( .+)?.$",
"type": "regex" "type": "regex"
}, },
{ {