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
commit bf24d9d1c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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