File Details
WhisperAuto_25-04-26.zip
- R
- Apr 25, 2026
- 29.24 KB
- 140
- 12.0.5+5
- Classic + 3
File Name
WhisperAuto_25-04-26.zip
Supported Versions
- 12.0.5
- 12.0.1
- 5.5.4
- 5.5.3
- 2.5.5
- 1.15.8
[1.9.7] - 2026-04-25
Improved
- Friends-only filter: `C_FriendList` / `IsInGuild` / `UnitIsInMyGuild` checks for “only friends & guild” are wrapped in `pcall` (and `C_FriendList` is only called when present) so a rare API failure cannot break the whisper handler; truthiness matches the previous behavior.
- Guild mention pending list: The two identical blocks that updated `pendingGuildMentions` in `SendGuildAutoReply` are merged into a small `AddOrBumpGuildMention` helper (same data written as before).
- Minimap: `GetMinimapActivityKind` and LDB / fallback button handlers no longer assume `WhisperAutoDB` exists if load order is unusual (avoids a nil access on tooltip/click).

