Fix osay in chat window

This commit is contained in:
Ian Alden 2024-01-20 19:40:16 -07:00
parent 0d1e5f7695
commit 8ee32a20b3
No known key found for this signature in database
GPG Key ID: 1FEEE67DCF2A7C9E

View File

@ -19,11 +19,11 @@
"type": "regex"
},
{
"pattern": "^\\(OOC\\) You say '.*'$",
"pattern": "^\\(OSAY\\) You say '.*'$",
"type": "regex"
},
{
"pattern": "^\\(OOC\\) .* says '.*'$",
"pattern": "^\\(OSAY\\) .* says '.*'$",
"type": "regex"
},
{