Capturing RPC to imm chat tab

This commit is contained in:
Matt Wagner 2021-06-20 14:13:57 -07:00
parent 3f12bc5885
commit 869b627543

View File

@ -93,6 +93,14 @@
{ {
"pattern": "^ImmNet\\[.*\\]: .*$", "pattern": "^ImmNet\\[.*\\]: .*$",
"type": "regex" "type": "regex"
},
{
"pattern": "^CouncilNet\\[.*\\]: .*$",
"type": "regex"
},
{
"pattern": "^\\(R\\|P\\|C\\) .* '.*'$",
"type": "regex"
} }
], ],
"script": "lotj.chat.routeMessage(\"imm\")" "script": "lotj.chat.routeMessage(\"imm\")"