diff options
author | UbitUmarov | 2017-11-16 17:50:06 +0000 |
---|---|---|
committer | UbitUmarov | 2017-11-16 17:50:06 +0000 |
commit | 2f13b68d4f4fd634eaee005bdf4c4a8e21c21c9a (patch) | |
tree | 5c713b5bd2395f26ba8820b6a4e6462a40c89a85 /OpenSim/Framework/IClientAPI.cs | |
parent | Donating the Avination Mute Module (diff) | |
download | opensim-SC-2f13b68d4f4fd634eaee005bdf4c4a8e21c21c9a.zip opensim-SC-2f13b68d4f4fd634eaee005bdf4c4a8e21c21c9a.tar.gz opensim-SC-2f13b68d4f4fd634eaee005bdf4c4a8e21c21c9a.tar.bz2 opensim-SC-2f13b68d4f4fd634eaee005bdf4c4a8e21c21c9a.tar.xz |
add missing part of mutes list protocol
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 5ca8c88..a9044d5 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1485,7 +1485,7 @@ namespace OpenSim.Framework | |||
1485 | void SendUserInfoReply(bool imViaEmail, bool visible, string email); | 1485 | void SendUserInfoReply(bool imViaEmail, bool visible, string email); |
1486 | 1486 | ||
1487 | void SendUseCachedMuteList(); | 1487 | void SendUseCachedMuteList(); |
1488 | 1488 | void SendEmpytMuteList(); | |
1489 | void SendMuteListUpdate(string filename); | 1489 | void SendMuteListUpdate(string filename); |
1490 | 1490 | ||
1491 | void SendGroupActiveProposals(UUID groupID, UUID transactionID, GroupActiveProposals[] Proposals); | 1491 | void SendGroupActiveProposals(UUID groupID, UUID transactionID, GroupActiveProposals[] Proposals); |