No description
PlayerNames.lua:94 - GetChannelName can return nil on the CoA-Beta client
when the active channel target is not joined; capture into a local and
fall back to empty string instead of chaining :lower() on nil.
PlayerNames.lua:344 - GetGuildRosterInfo(i) returns nil name/class on
this client (same family as the AltNames.lua fix in
|
||
|---|---|---|
| Libs | ||
| Localization | ||
| Modules | ||
| .gitattributes | ||
| Chatter.lua | ||
| Chatter.toc | ||
| modules.xml | ||
| README.md | ||
coa-chatter
Chatter chat addon, patched for the Conquest of Azeroth (CoA) client.
CoA delta
Modules/AltNames.lua— guard nilnote/rankfromGetGuildRosterInfo. The CoA client returns these fields asnilinstead of"", which crashedScanGuildNotesonstrlower(note).
Upstream: Chatter v1.2.11 (Curse package).