No description
Find a file
Florian Berthold 1c4a7e8d5f fix: guard nil note/rank from GetGuildRosterInfo on CoA client
GetGuildRosterInfo returns nil for the public-note and rank fields on the
CoA Beta client, so ScanGuildNotes crashed at AltNames.lua:331 on
strlower(note). Guard note and rank the same way upstream already guards
name, and skip the alt-note fallback entirely when there is no note.
2026-05-22 22:11:55 +02:00
Libs Initial commit: Chatter v1.2.11 (Curse package) 2026-05-22 22:11:46 +02:00
Localization Initial commit: Chatter v1.2.11 (Curse package) 2026-05-22 22:11:46 +02:00
Modules fix: guard nil note/rank from GetGuildRosterInfo on CoA client 2026-05-22 22:11:55 +02:00
.gitattributes ci: preserve upstream line endings (CRLF) for clean upstream diffs 2026-05-22 22:11:46 +02:00
Chatter.lua Initial commit: Chatter v1.2.11 (Curse package) 2026-05-22 22:11:46 +02:00
Chatter.toc Initial commit: Chatter v1.2.11 (Curse package) 2026-05-22 22:11:46 +02:00
modules.xml Initial commit: Chatter v1.2.11 (Curse package) 2026-05-22 22:11:46 +02:00
README.md docs: add README 2026-05-22 22:11:55 +02:00

coa-chatter

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).