aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView
diff options
context:
space:
mode:
authorMelanie2010-02-28 22:56:31 +0000
committerMelanie2010-02-28 22:56:31 +0000
commit86c621fdc77fadb898cf53578e83746cd8f8711b (patch)
treedf69ad31237d4d2b459acf8a200a4bc1f6cabbcf /OpenSim/Region/OptionalModules/Agent/InternetRelayClientView
parentAdd missing ChangeUserRights packet sender (diff)
downloadopensim-SC_OLD-86c621fdc77fadb898cf53578e83746cd8f8711b.zip
opensim-SC_OLD-86c621fdc77fadb898cf53578e83746cd8f8711b.tar.gz
opensim-SC_OLD-86c621fdc77fadb898cf53578e83746cd8f8711b.tar.bz2
opensim-SC_OLD-86c621fdc77fadb898cf53578e83746cd8f8711b.tar.xz
Change the signature of SendChangeUserRights, because we have to send
this to both parties
Diffstat (limited to 'OpenSim/Region/OptionalModules/Agent/InternetRelayClientView')
-rw-r--r--OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
index cbe3c77..96530a1 100644
--- a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
+++ b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
@@ -1676,7 +1676,7 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
1676 { 1676 {
1677 } 1677 }
1678 1678
1679 public void SendChangeUserRights(UUID friendID, int rights) 1679 public void SendChangeUserRights(UUID agentID, UUID friendID, int rights)
1680 { 1680 {
1681 } 1681 }
1682 } 1682 }