WoWInterface SVN BNBroadcastSlash

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 2 to Rev 3
    Reverse comparison

Rev 2 → Rev 3

BNBroadcastSlash.xml File deleted
BNBroadcastSlash.lua File deleted \ No newline at end of file
BNBroadcastSlash.toc File deleted
BNBroadcastSlash/BNBroadcastSlash.xml New file
0,0 → 1,10
<Ui xmlns="http://www.blizzard.com/wow/ui/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.blizzard.com/wow/ui/
..\..\FrameXML\UI.xsd">
<Script File="BNBroadcastSlash.lua"/>
<Frame name="BNBroadcastSlashFrame">
<Scripts>
</Scripts>
</Frame>
</Ui>
Property changes : Added: svn:eol-style + native
BNBroadcastSlash/BNBroadcastSlash.lua New file
0,0 → 1,13
-- Globals Section
SLASH_BNBROADCAST1 = '/id';
 
-- Create frame and register events
local frame2 = CreateFrame("FRAME"); -- Need a frame to respond to events
 
-- Functions Section
function SlashCmdList.BNBROADCAST(msg, editbox) -- 4.
if msg == "" then
else
BNSetCustomMessage(msg);
end
end
\ No newline at end of file Property changes : Added: svn:eol-style + native
BNBroadcastSlash/BNBroadcastSlash.toc New file
0,0 → 1,8
## Author: Drazisil
## Interface: 30300
## Notes: This addon adds the bility to change your BattleNet message with /id.
## Title: BNBroadcastSlash
## X-License: CC-NC-SA http://creativecommons.org/licenses/by-nc-sa/3.0/us/
 
BNBroadcastSlash.lua
BNBroadcastSlash.xml
Property changes : Added: svn:eol-style + native