Capture OOC messages incoming from discord.

This commit is contained in:
Tomas Seniunas 2021-06-08 18:39:10 +09:00
parent 0c516b2425
commit 5c30f74308

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"
}
],