WoWInterface SVN MadeBy

Compare Revisions

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

Rev 7 → Rev 8

MadeBy/core.lua
13,7 → 13,7
end
local function OnSlashCommand(command)
if( command == 'config') then
 
InterfaceOptionsFrame_OpenToCategory(name)
else
local charname = command:lower()
charname = charname:gsub("^%l",string.upper)
26,7 → 26,8
end
end
end
 
SLASH_MADEBY1 = '/madeby'
SlashCmdList["MADEBY"] = OnSlashCommand -- Also a valid assignment strategy
local function sendMessage(info)
local party,guild,whisper,dest
party = false