WoWInterface SVN EasyDND

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/EasyDND/frames
    from Rev 57 to Rev 66
    Reverse comparison

Rev 57 → Rev 66

broker.lua
138,11 → 138,7
if IsControlKeyDown() then
Anti_AddException()
else
if UnitIsDND("player") or (_.db.profile.modednd and not UnitIsAFK("player")) then
SendChatMessage("", "DND")
else
SendChatMessage("", "AFK")
end
_.AutoSwitch(nil, true)
end
else
ToggleDewdrop(self)