diff options
author | UbitUmarov | 2016-07-01 18:19:09 +0100 |
---|---|---|
committer | UbitUmarov | 2016-07-01 18:19:09 +0100 |
commit | aa744eecf2bc474509a1703028d681b27111ce84 (patch) | |
tree | 2eb5af94b4ac028a0b49f7516f590100e2985221 /OpenSim/Region/OptionalModules/Agent | |
parent | cleanup a bit AgentGroupDataUpdate sending (diff) | |
download | opensim-SC-aa744eecf2bc474509a1703028d681b27111ce84.zip opensim-SC-aa744eecf2bc474509a1703028d681b27111ce84.tar.gz opensim-SC-aa744eecf2bc474509a1703028d681b27111ce84.tar.bz2 opensim-SC-aa744eecf2bc474509a1703028d681b27111ce84.tar.xz |
add a few methods to modify clientview group powers
Diffstat (limited to 'OpenSim/Region/OptionalModules/Agent')
-rw-r--r-- | OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs index f19cd47..f34dbe8 100644 --- a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs +++ b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | |||
@@ -1626,6 +1626,22 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1626 | 1626 | ||
1627 | } | 1627 | } |
1628 | 1628 | ||
1629 | public void UpdateGroupMembership(GroupMembershipData[] data) | ||
1630 | { | ||
1631 | |||
1632 | } | ||
1633 | |||
1634 | public void GroupMembershipRemove(UUID GroupID) | ||
1635 | { | ||
1636 | |||
1637 | } | ||
1638 | |||
1639 | public void GroupMembershipAddReplace(UUID GroupID,ulong GroupPowers) | ||
1640 | { | ||
1641 | |||
1642 | } | ||
1643 | |||
1644 | |||
1629 | public void SendAvatarNotesReply(UUID targetID, string text) | 1645 | public void SendAvatarNotesReply(UUID targetID, string text) |
1630 | { | 1646 | { |
1631 | 1647 | ||