Chat capture for droids, locally spoken language.
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user