Chatlog between lllalaith@jabber.cz and pwyll@jabbim.com on Friday, February 25, 2011 at 20:49:02
[20:49] Pytris: hu
[20:50] lllalaith@jabber.cz: /script for bag = 0, 4 do for slot = 1, GetContainerNumSlots(bag) do local name = GetContainerItemLink(bag,slot) if name and string.find(name,"ff9d9d9d") then DEFAULT_CHAT_FRAME:AddMessage("Selling "..name) UseContainerItem(bag,slot) end end end