docs: add README

This commit is contained in:
2026-05-22 22:11:55 +02:00
parent 7220375452
commit 83b3ebc579
+9
View File
@@ -0,0 +1,9 @@
# coa-chatter
[Chatter](https://www.curseforge.com/wow/addons/chatter) chat addon, patched for the Conquest of Azeroth (CoA) client.
## CoA delta
- `Modules/AltNames.lua` — guard nil `note`/`rank` from `GetGuildRosterInfo`. The CoA client returns these fields as `nil` instead of `""`, which crashed `ScanGuildNotes` on `strlower(note)`.
Upstream: Chatter v1.2.11 (Curse package).