diff options
author | UbitUmarov | 2016-07-26 17:34:59 +0100 |
---|---|---|
committer | UbitUmarov | 2016-07-26 17:34:59 +0100 |
commit | 13ae6dff18a507791b3e05eaef74c2f2066cdfec (patch) | |
tree | da53ba5a6df901b5439267d3cc92ed196946a9f9 /OpenSim/Region/OptionalModules/Agent | |
parent | get a copy of current clientView group powers (diff) | |
download | opensim-SC_OLD-13ae6dff18a507791b3e05eaef74c2f2066cdfec.zip opensim-SC_OLD-13ae6dff18a507791b3e05eaef74c2f2066cdfec.tar.gz opensim-SC_OLD-13ae6dff18a507791b3e05eaef74c2f2066cdfec.tar.bz2 opensim-SC_OLD-13ae6dff18a507791b3e05eaef74c2f2066cdfec.tar.xz |
let some group related data to have a public set
Diffstat (limited to 'OpenSim/Region/OptionalModules/Agent')
-rw-r--r-- | OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs index ade30a6..7c08d08 100644 --- a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs +++ b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | |||
@@ -570,16 +570,19 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
570 | public UUID ActiveGroupId | 570 | public UUID ActiveGroupId |
571 | { | 571 | { |
572 | get { return UUID.Zero; } | 572 | get { return UUID.Zero; } |
573 | set {} | ||
573 | } | 574 | } |
574 | 575 | ||
575 | public string ActiveGroupName | 576 | public string ActiveGroupName |
576 | { | 577 | { |
577 | get { return "IRCd User"; } | 578 | get { return "IRCd User"; } |
579 | set {} | ||
578 | } | 580 | } |
579 | 581 | ||
580 | public ulong ActiveGroupPowers | 582 | public ulong ActiveGroupPowers |
581 | { | 583 | { |
582 | get { return 0; } | 584 | get { return 0; } |
585 | set {} | ||
583 | } | 586 | } |
584 | 587 | ||
585 | public Dictionary<UUID, ulong> GetGroupPowers() | 588 | public Dictionary<UUID, ulong> GetGroupPowers() |