blob: e954d6911824c6eeb1964529b527cdb7ca4da5ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<?xml version="1.0" ?>
<notification_visibility>
<respond name="UserGiveItem" response="Discard"/>
<respond name="JoinGroup" response="Decline"/>
<respond name="VoiceInviteP2P" response="Decline"/>
<respond name="VoiceInviteAdHoc" response="Decline"/>
<respond name="ObjectGiveItem" response="Discard"/>
<respond name="VoiceInviteGroup" response="Decline"/>
<respond name="YouHaveBeenLoggedOut" response="Cancel_okcancelbuttons"/>
<hide name="HintInventory"/>
<hide name="HintLindenDollar"/>
<hide name="HintMove"/>
<hide name="ClothingLoading"/>
<hide name="NotAgeVerified"/>
<hide name="RegionEntryAccessBlocked_Change"/>
<hide name="LandBuyPass"/>
<hide name="LoginPacketNeverReceived"/>
<hide name="RegionEntryAccessBlocked_KB"/>
<hide name="RegionTPAccessBlocked"/>
<hide name="RegionEntryAccessBlocked"/>
<show name="RegionRestartMinutes"/>
<show name="RegionRestartSeconds"/>
<show name="ConfirmQuit"/>
<show tag="fail"/>
<show type="hint"/>
<show type="notifytoast"/>
<show name="ModeChange"/>
<hide/>
</notification_visibility>
|