WoWInterface SVN DisplacedEnergyNazi

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 6 to Rev 7
    Reverse comparison

Rev 6 → Rev 7

DisplacedEnergyNazi/DisplacedEnergyNaziOptions.lua
66,7 → 66,7
type = 'toggle',
width = "full",
name = L["Whisper Offending Player"],
desc = L["Whisper offending player, in addition to normal output"],
desc = L["Whisper offending player, in addition to normal output; PLEASE use with caution, multiple players may be using this addon, which will flood the player with messages"],
disabled = function(i) return not DisplacedEnergyNazi.db.profile.enable end,
get = function(i) return DisplacedEnergyNazi.db.profile.whisper end,
set = function(i, v) DisplacedEnergyNazi.db.profile.whisper = v end,