From 83b3ebc579ccd58f24fa1a6d822753382b03cc8c Mon Sep 17 00:00:00 2001 From: Florian Berthold Date: Fri, 22 May 2026 22:11:55 +0200 Subject: [PATCH] docs: add README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..de0de06 --- /dev/null +++ b/README.md @@ -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).