vanilla-wow-addons – Rev 1

Subversion Repositories:
Rev:
<!--
path: /ChatParse/
filename: PFChatParse.xml
author: Daniel Risse <dan@risse.com>
created: Thu, 03 Feb 2005 00:31:00 -0800
updated: Thu, 03 Feb 2005 09:02:00 -0800

Chat Parse: Used to scrap information from Chat Messages
-->

<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="BGChatParse.lua"/>
        <Frame name="BGChatParseFrame" parent="UIParent" hidden="true">
                <Scripts>
                        <OnLoad>
                                BGChatParse_OnLoad();
                        </OnLoad>
                        <OnEvent>
                                BGChatParse_OnEvent(event);
                        </OnEvent>
                </Scripts>
        </Frame>
</Ui>