<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -100,14 +100,14 @@ f:SetScript(&quot;OnEvent&quot;, function(self, event, addon)
 end)
 
 
-local function filter(msg)
+ChatFrame_AddMessageEventFilter(&quot;CHAT_MSG_LOOT&quot;, function(self, event, msg)
+	if select(4, GetBuildInfo()) &lt; 30100 then msg = self end
 	if msg:match(L[&quot;(.*) won: (.+)&quot;]) or msg:match(L[&quot;(.*) has?v?e? selected (.+) for: (.+)&quot;]) or msg:match(L[&quot;(.+) Roll . (%d+) for (.+) by (.+)&quot;])
 		or msg:match(L[&quot;You passed on: &quot;]) or msg:match(L[&quot; automatically passed on: &quot;]) or (msg:match(L[&quot; passed on: &quot;]) and not msg:match(L[&quot;Everyone passed on: &quot;])) then
 		Debug(&quot;Supressing chat message&quot;, msg)
 		return true
 	end
-end
-ChatFrame_AddMessageEventFilter(&quot;CHAT_MSG_LOOT&quot;, filter)
+end)
 
 
 local orig2 = SetItemRef</diff>
      <filename>GreedBeacon.lua</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>aa50b2123d800799bf29606f7c7d32758b937161</id>
    </parent>
  </parents>
  <author>
    <name>Tekkub</name>
    <email>tekkub@gmail.com</email>
  </author>
  <url>http://github.com/tekkub/greedbeacon/commit/ae0aeeee8293638ca3fdf53589c1449b7421d896</url>
  <id>ae0aeeee8293638ca3fdf53589c1449b7421d896</id>
  <committed-date>2009-03-27T00:03:32-07:00</committed-date>
  <authored-date>2009-03-27T00:03:32-07:00</authored-date>
  <message>Fix chat filter for 3.1</message>
  <tree>f8d9171524ae3fed879d066afd9dd7cb0699c93c</tree>
  <committer>
    <name>Tekkub</name>
    <email>tekkub@gmail.com</email>
  </committer>
</commit>
