# HG changeset patch # User Zerotorescue # Date 1296930975 -3600 # Node ID 4f5e114fe15f6e1c0fdac00eb80ef9e38b26e02f # Parent 585cfb69008029342cce1fbaa7ee7501c851e551 When manually asking for a stock alert (with /im a or by middle-clicking the minimap button), you will now be notified if nothing was queued. diff -r 585cfb690080 -r 4f5e114fe15f Modules/Alerts.lua --- a/Modules/Alerts.lua Sat Feb 05 19:34:33 2011 +0100 +++ b/Modules/Alerts.lua Sat Feb 05 19:36:15 2011 +0100 @@ -72,6 +72,10 @@ --addon:Debug(queue); self:ProcessScan(verbal); + else + if verbal then + addon:Print("Nothing was added to the scan queue, you might chosen to be excluded from the alert box or you aren't tracking any items.", addon.Colors.Red); + end end end