-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathxChatReloader.xml
More file actions
21 lines (21 loc) · 860 Bytes
/
xChatReloader.xml
File metadata and controls
21 lines (21 loc) · 860 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<Component
xmlns="http://www.red5studios.com/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.red5studios.com/ ../../../schemas/component.xsd"
>
<Info
title="ChatReloader"
author="Xsear"
description="Remembers and restores chat messages after a reloadui."
url="http://forums.firefall.com/community/threads/2981021/"
uiVersion="1000"
/>
<Events>
<!-- Firefall -->
<Event name="ON_COMPONENT_LOAD" bind="OnComponentLoad" />
<Event name="ON_PRE_RELOADUI" bind="OnPreReloadUI" />
<Event name="ON_CHAT_MESSAGE" bind="OnChatMessage" />
<Event name="MY_CHAT_MESSAGE" bind="OnChatMessage" />
</Events>
</Component>