From 942a90848dad727bf06ae8ac382fd3bf88a6e74c Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Fri, 18 Sep 2009 02:05:05 -0500 Subject: [PATCH] Added required rep lines to ignore --- Regexps.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Regexps.lua b/Regexps.lua index 758dd6e..bb90a8e 100644 --- a/Regexps.lua +++ b/Regexps.lua @@ -33,6 +33,11 @@ IgnoredLines = { "[Cc]hance ", "^You may trade this item with players that were also eligible to loot this item for the next ", "^ $", + "^Requires %a[%a ]+ %- Neutral$", + "^Requires %a[%a ]+ %- Friendly$", + "^Requires %a[%a ]+ %- Honored$", + "^Requires %a[%a ]+ %- Revered$", + "^Requires %a[%a ]+ %- Exalted$", } MultipleStatLines = { -- 1.7.9.5