No Spam Please

NoSpamPlease is a lightweight addon for World of Warcraft that blocks chat spam using custom player-defined keywords. It supports all major game versions, features a multilingual interface, real-time filtering, and tracks blocked messages per session.

File Details

NoSpamPlease_31-01-26.zip

  • R
  • Jan 31, 2026
  • 8.44 KB
  • 457
  • 12.0.1+4
  • Retail + 3

File Name

NoSpamPlease_31-01-26.zip

Supported Versions

  • 12.0.1
  • 12.0.0
  • 5.5.3
  • 2.5.5
  • 1.15.8

Version 1.9 - Critical Fixes

Fixed Issues:

  1. Namespace Implementation - Moved all functions into NoSpamPlease namespace to prevent conflicts with other addons

  2. Removed Code Duplication - Eliminated duplicate StaticPopupDialogs["NOSPAM_CONFIRM_CLEAR"] definition (was in 2 files, now centralized in NSP.InitializeDialogs())

  3. Duplicate Keywords Prevention - Added validation when saving keywords to skip duplicates and display count of skipped entries

Changes:

  • All functions now use NSP namespace (NSP.UpdateLocale()NSP.InitializeGUI(), etc.)
  • Session stats moved to NSP.sessionStats
  • Backward compatibility maintained through global references
  • Code comments translated to English