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

View File

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