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/Region/OptionalModules | |
parent | Donating the Avination Mute Module (diff) | |
download | opensim-SC_OLD-2f13b68d4f4fd634eaee005bdf4c4a8e21c21c9a.zip opensim-SC_OLD-2f13b68d4f4fd634eaee005bdf4c4a8e21c21c9a.tar.gz opensim-SC_OLD-2f13b68d4f4fd634eaee005bdf4c4a8e21c21c9a.tar.bz2 opensim-SC_OLD-2f13b68d4f4fd634eaee005bdf4c4a8e21c21c9a.tar.xz |
add missing part of mutes list protocol
Diffstat (limited to 'OpenSim/Region/OptionalModules')
-rw-r--r-- | OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | 5 | ||||
-rw-r--r-- | OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs index d39c224..469dd67 100644 --- a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs +++ b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | |||
@@ -1702,6 +1702,11 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1702 | 1702 | ||
1703 | } | 1703 | } |
1704 | 1704 | ||
1705 | public void SendEmpytMuteList() | ||
1706 | { | ||
1707 | |||
1708 | } | ||
1709 | |||
1705 | public void SendMuteListUpdate(string filename) | 1710 | public void SendMuteListUpdate(string filename) |
1706 | { | 1711 | { |
1707 | 1712 | ||
diff --git a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs index 151a202..bb23f2f 100644 --- a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | |||
@@ -1314,6 +1314,10 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
1314 | { | 1314 | { |
1315 | } | 1315 | } |
1316 | 1316 | ||
1317 | public void SendEmpytMuteList() | ||
1318 | { | ||
1319 | } | ||
1320 | |||
1317 | public void SendMuteListUpdate(string filename) | 1321 | public void SendMuteListUpdate(string filename) |
1318 | { | 1322 | { |
1319 | } | 1323 | } |