Merge pull request #1 from Kilbukas/ooc-discord-capture

Capture OOC messages incoming from discord.
This commit is contained in:
Matthew Wagner
2021-06-08 08:13:03 -07:00
committed by GitHub

View File

@@ -69,7 +69,7 @@
"name": "ooc",
"patterns": [
{
"pattern": "^\\((OOC|IMM|RPC|NEWBIE)\\) [*]?[A-Za-z]+: .*$",
"pattern": "^\\((OOC|IMM|RPC|NEWBIE)\\) [#*]?[A-Za-z]+: .*$",
"type": "regex"
}
],