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