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_15-05-26.zip

  • R
  • May 15, 2026
  • 31.26 KB
  • 145
  • 12.0.7+5
  • Classic + 3

File Name

WhisperAuto_15-05-26.zip

Supported Versions

  • 12.0.7
  • 12.0.5
  • 5.5.4
  • 5.5.3
  • 2.5.5
  • 1.15.8
[1.9.10] - 2026-05-15

Fixed
- Guild chat cooldown slider: the settings slider previously stopped at 60 minutes while the runtime already allowed up to 120 minutes (`GetGuildCooldownSeconds`). Values saved above 60 were silently capped when opening settings. The slider now runs 1–120 minutes to match the backend.

Improved
- SavedVariables load: `guildCooldownMinutes` is clamped to 1–120 on `ADDON_LOADED` so hand-edited or corrupted values cannot desync from the UI.
- Blacklist import: `TrimString` strips a leading UTF-8 BOM so the first line from some text editors still matches player names / `bnet:` keys.
- Guild mention detection: `IsPlayerMentioned` wraps the case-insensitive search in `pcall` for consistency with other chat string handling.