Mercurial > wow > ouroloot
comparison core.lua @ 21:41e735c1b91f
Left debugging output in previous upload. Bad bad bad....
author | Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
---|---|
date | Thu, 01 Sep 2011 02:55:38 +0000 |
parents | d89aeb6b9f9e |
children | 33ce273687ab |
comparison
equal
deleted
inserted
replaced
20:d89aeb6b9f9e | 21:41e735c1b91f |
---|---|
691 ]] | 691 ]] |
692 | 692 |
693 if event == "CHAT_MSG_LOOT" then | 693 if event == "CHAT_MSG_LOOT" then |
694 local msg = ... | 694 local msg = ... |
695 local person, itemstring, count | 695 local person, itemstring, count |
696 ChatFrame2:AddMessage("original string: >"..(msg:gsub("\124","\124\124")).."<") | 696 --ChatFrame2:AddMessage("original string: >"..(msg:gsub("\124","\124\124")).."<") |
697 --local person, itemstring, remainder = msg:match(self.loot_pattern) | 697 --local person, itemstring, remainder = msg:match(self.loot_pattern) |
698 | 698 |
699 -- test in most likely order: other people get more loot than "you" do | 699 -- test in most likely order: other people get more loot than "you" do |
700 person, itemstring, count = msg:match(g_LOOT_ITEM_MULTIPLE_sss) | 700 person, itemstring, count = msg:match(g_LOOT_ITEM_MULTIPLE_sss) |
701 if not person then | 701 if not person then |