Merge pull request #13 from LotJ/nield/osay-fix

Fix osay in chat window
This commit is contained in:
Matthew Wagner
2024-01-20 17:11:05 -10:00
committed by GitHub

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