No description
Find a file
Florian Berthold 3d353cea55
All checks were successful
release / release (push) Successful in 2s
feat(modules): add Broadcast Filter to hide Ascension Autobroadcast spam
New Chatter module registers a ChatFrame message filter that suppresses chat
lines matching a configurable list (default: 'Ascension Autobroadcast'). Matches
case-insensitively against the message body and every string arg, so it catches
the named-channel autobroadcast where the label is the channel name, not the
body. Editable list in the module's options; enabled by default.
2026-05-31 17:01:55 +02:00
.gitea/workflows ci: respect GITHUB_REPOSITORY + tolerate per-asset upload failures 2026-05-25 12:16:15 +02:00
Chatter feat(modules): add Broadcast Filter to hide Ascension Autobroadcast spam 2026-05-31 17:01:55 +02:00
tools ci: respect GITHUB_REPOSITORY + tolerate per-asset upload failures 2026-05-25 12:16:15 +02:00
.gitattributes ci: preserve upstream line endings (CRLF) for clean upstream diffs 2026-05-22 22:11:46 +02:00
.gitignore ci: add Gitea Actions release workflow (per-addon git-archive zip) 2026-05-25 12:01:30 +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).