vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <!--
2 path: /ChatParse/
3 filename: PFChatParse.xml
4 author: Daniel Risse <dan@risse.com>
5 created: Thu, 03 Feb 2005 00:31:00 -0800
6 updated: Thu, 03 Feb 2005 09:02:00 -0800
7  
8 Chat Parse: Used to scrap information from Chat Messages
9 -->
10  
11 <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/
12 ..\FrameXML\UI.xsd">
13 <Script file="BGChatParse.lua"/>
14 <Frame name="BGChatParseFrame" parent="UIParent" hidden="true">
15 <Scripts>
16 <OnLoad>
17 BGChatParse_OnLoad();
18 </OnLoad>
19 <OnEvent>
20 BGChatParse_OnEvent(event);
21 </OnEvent>
22 </Scripts>
23 </Frame>
24 </Ui>