promotional bannermobile promotional banner

Whisper Auto

Automatically replies to whispers when you're AFK, in a dungeon, raid, PvP, or in queue. Notifies players when you return.

File Details

WhisperAuto_27-05-26.zip

  • R
  • May 27, 2026
  • 31.98 KB
  • 137
  • 12.0.7+5
  • Classic + 3

File Name

WhisperAuto_27-05-26.zip

Supported Versions

  • 12.0.7
  • 12.0.5
  • 5.5.4
  • 5.5.3
  • 2.5.5
  • 1.15.8
[1.10.0] - 2026-05-21

Improved
- Instance type checks: shared helpers (`IsDungeonInstanceType`, `IsRaidInstanceType`, `IsPvPInstanceType`) used for auto-replies, `/wa status`, and the minimap tooltip so labels stay consistent.
- Queue status cache: invalidated on `LFG_UPDATE` and `UPDATE_BATTLEFIELD_STATUS` so queue/AFK state updates sooner after joining or leaving a queue (still cached ~1.5 s between ticks to limit API calls).
- Guild cooldown clamp: values above 60 minutes (from edited SavedVariables) are now clamped to match the settings slider (1–60 min); previously the code allowed up to 120.
- Settings save: reply and guild cooldown sliders are clamped on save; custom messages are truncated to 255 bytes so SavedVariables cannot store text that would fail `SendChatMessage`.
- Load message: shows addon version (e.g. `v1.10.0 loaded`).

Technical
- Exported `addon.VERSION`, `addon.IsPlayerAFK`, cooldown clamp helpers, and queue cache invalidation for other modules.