Quantcast

Added two more ignore patterns

Kevin Lyles [09-21-09 - 20:42]
Added two more ignore patterns
Filename
Regexps.lua
diff --git a/Regexps.lua b/Regexps.lua
index 7d13d80..57f89be 100644
--- a/Regexps.lua
+++ b/Regexps.lua
@@ -30,6 +30,8 @@ IgnoredLines = {
 	"^Equip: Increases the %a[%a ]+ of your %a[%a ]+ by ",
 	-- "Chance on hit" and "have a chance"
 	"[Cc]hance ",
+	"^You may trade this item with players that were also eligible to loot this item for the next ",
+	"^ $",
 }

 MultipleStatLines = {