File Details
WhisperAuto_02-06-26.zip
- R
- Jun 2, 2026
- 32.33 KB
- 136
- 12.0.7+5
- Classic + 3
File Name
WhisperAuto_02-06-26.zip
Supported Versions
- 12.0.7
- 12.0.5
- 5.5.4
- 5.5.3
- 2.5.5
- 1.15.8
[1.10.1] - 2026-06-02
Fixed
- Battle.net whispers: auto-replies and return messages now use `BNSendWhisper` with the presence ID from chat events. Previously, when `C_BattleNet.SendAccountMessage` was available, the addon passed a presence ID as an account ID, which could silently fail on Retail.
- Queue detection: LFG/LFR queue is detected as soon as `GetLFGQueueStats` reports `hasData` (wait time may still be 0 at queue start). PvP queues are detected when status is `queued`, even if estimated wait is not available yet (shown as 0 min in the reply).
- Self whisper / guild filter: own messages are skipped using a consistent short name (`GetPlayerShortName`) instead of mixing `UnitName("player")` with `Ambiguate`-short sender tokens (cross-realm edge cases).
- Guild mentions: name matching prefers the player’s short name and still checks the full `Name-Realm` form when it differs.

