promotional bannermobile promotional banner

AddOnQuietLogin

Suppresses addon login and initialization messages from cluttering your chat when you log in or reload.

File Details

AddOnQuietLogin_1.1.3.zip

  • R
  • Feb 6, 2026
  • 5.64 KB
  • 19
  • 5.5.3
  • MoP Classic

File Name

AddOnQuietLogin_1.1.3.zip

Supported Versions

  • 5.5.3

New Features:

New Addon Options Panel:

  • Access it via Options → AddOns → AddOnQuietLogin
  • Or instantly open it with /aql options
  • Manage chat message blockers without editing Lua files

User-Configurable Chat Message Blocker:

  • Block specific addon messages by text or addon name
  • Add or remove blocks anytime using:
    /aql block <text>
    /aql unblock <text>
    /aql blocks (view current list)
  • Changes persist across logins and reloads

Block Mode Selector:

  • Choose how aggressive blocking should be:
    Login Only (default) – blocks messages during login/reload only
    Always – blocks matching messages at all times
  • Toggle via:
    /aql blockmode login
    /aql blockmode always
    Or the Options panel button

Improved Message Suppression:

  • Enhanced targeted blocking:
    Existing hard-coded suppressions (Gargul, WoWPro, Altoholic, etc.) remain intact
    New dynamic blockers work alongside them seamlessly
  • Always-On WowSimsExporter Suppression:
    Fully suppresses WowSimsExporter’s multi-line initialization spam
    Works even outside the login window
    Survives addon updates (no file edits required)

Smarter & Safer Behavior:

  • Addon folder name auto-detection:
    Prevents AddOnQuietLogin from detecting or muting itself
  • Compatible with both Classic and newer Settings UIs:
    Automatically registers in whichever options system is available
  • No global chat hooks:
    Remains ElvUI-safe and avoids chat taint issues

Quality of Life:

  • No more manual Lua edits:
    Everything can now be managed in-game
  • Clearer control over noisy addons:
    Easily fine-tune what gets hidden without affecting important messages

Slash Command Summary Table:
Command:                       - Purpose:


/aql                                 - Show status & settings
/aql list                            - Same as /aql
/aql mute <addon>        - Mute addon by folder (login only)
/aql unmute <addon>    - Unmute addon
/aql report on/off            - Toggle detection reporting
/aql automute on/off      - Toggle auto-muting
/aql block <text>            - Block messages containing text
/aql unblock <text>        - Remove block rule
/aql blocks                       - List block rules
/aql blockmode login      - Block only during login
/aql blockmode always    - Block at all times
/aql options                      - Open options panel