GuildMute

Hide whispers, party, raid, and instance chat from members of a guild you choose. Builds the mute list automatically via /who scans and silent guild lookups. TBC Classic / Burning Crusade Classic

File Details

v0.5.0-bcc

  • R
  • Jun 3, 2026
  • 145.66 KB
  • 9
  • 2.5.5
  • Classic TBC

File Name

GuildMute-v0.5.0-bcc.zip

Supported Versions

  • 2.5.5

GuildMute

v0.5.0 (2026-06-03)

Full Changelog Previous Releases

  • Remove blocked /who auto-scan (protected SendWho)
    SendWho()/C_FriendList.SendWho() is a protected function that only runs
    from a hardware event (keypress/click). The C_Timer-driven auto-scan ran
    outside any hardware event, so on Anniversary realms it triggered
    ADDON_ACTION_BLOCKED: "GuildMute tried to call the protected function
    'SendWho()'".
    Drop the periodic scan entirely: remove StartAutoScan, the
    PLAYER_ENTERING_WORLD trigger, the /gm interval command and the
    scanIntervalMin setting. The roster now fills passively (mouseover/target)
    plus manual /gm scan, which is a hardware event and works. Bump to 0.5.0.
    Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
  • CI: bump actions/checkout to v5 (Node 24)
    actions/checkout@v4 runs on Node 20, which GitHub is deprecating on the
    runners. v5 runs on Node 24.
    Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
  • Update README.md
    removed example guild