Chat capture for droids, locally spoken language.
This commit is contained in:
parent
03801821d7
commit
4913454324
@ -11,11 +11,11 @@
|
||||
"type": "regex"
|
||||
},
|
||||
{
|
||||
"pattern": "^You( .+)? (say|ask|exclaim|whisper)( .+)? '.*'$",
|
||||
"pattern": "^You( .+)? (say|ask|exclaim|whisper)(,? .+)? '.*'$",
|
||||
"type": "regex"
|
||||
},
|
||||
{
|
||||
"pattern": "^'.*' you( .+)? (say|ask|exclaim)( .+)?.$",
|
||||
"pattern": "^'.*' you( .+)? (say|ask|exclaim)(,? .+)?.$",
|
||||
"type": "regex"
|
||||
},
|
||||
{
|
||||
@ -77,7 +77,7 @@
|
||||
"name": "ooc",
|
||||
"patterns": [
|
||||
{
|
||||
"pattern": "^\\((OOC|IMM|RPC|NEWBIE)\\) [#*]?[A-Za-z0-9()]+: .*$",
|
||||
"pattern": "^\\((OOC|IMM|RPC|NEWBIE)\\) [#*]?[\\w\\-()]+: .*$",
|
||||
"type": "regex"
|
||||
}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user