# HG changeset patch # User Farmbuyer of US-Kilrogg # Date 1314845738 0 # Node ID 41e735c1b91f2192287dc9d10f641681801d1bb0 # Parent d89aeb6b9f9e19230a46ae8e8e1057cd96524fd2 Left debugging output in previous upload. Bad bad bad.... diff -r d89aeb6b9f9e -r 41e735c1b91f core.lua --- a/core.lua Thu Sep 01 02:03:14 2011 +0000 +++ b/core.lua Thu Sep 01 02:55:38 2011 +0000 @@ -693,7 +693,7 @@ if event == "CHAT_MSG_LOOT" then local msg = ... local person, itemstring, count - ChatFrame2:AddMessage("original string: >"..(msg:gsub("\124","\124\124")).."<") + --ChatFrame2:AddMessage("original string: >"..(msg:gsub("\124","\124\124")).."<") --local person, itemstring, remainder = msg:match(self.loot_pattern) -- test in most likely order: other people get more loot than "you" do