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/Agent/InternetRelayClientView | |
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/Region/OptionalModules/Agent/InternetRelayClientView')
-rw-r--r-- | OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | 5 |
1 files changed, 5 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 | ||