Include more variations of speech text in local chat trigger
This commit is contained in:
parent
4c8ce82095
commit
0cb888f021
@ -3,19 +3,19 @@
|
||||
"name": "local",
|
||||
"patterns": [
|
||||
{
|
||||
"pattern": "^.+ (says|asks|exclaims|whispers to you)(, in .+)? '.*'$",
|
||||
"pattern": "^.+ (says|asks|exclaims|whispers)( .+)? '.*'$",
|
||||
"type": "regex"
|
||||
},
|
||||
{
|
||||
"pattern": "^'.*' .+ (says|asks|exclaims)(, in .+)?.$",
|
||||
"pattern": "^'.*' .+ (says|asks|exclaims)( .+)?.$",
|
||||
"type": "regex"
|
||||
},
|
||||
{
|
||||
"pattern": "^You .*(say|ask|exclaim)(, in .+)? '.*'$",
|
||||
"pattern": "^You( .+)? (say|ask|exclaim|whisper)( .+)? '.*'$",
|
||||
"type": "regex"
|
||||
},
|
||||
{
|
||||
"pattern": "^'.*' you .*(say|ask|exclaim)(, in .+)?.$",
|
||||
"pattern": "^'.*' you( .+)? (say|ask|exclaim)( .+)?.$",
|
||||
"type": "regex"
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user