aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs
diff options
context:
space:
mode:
authorAdam Frisby2007-10-19 19:25:22 +0000
committerAdam Frisby2007-10-19 19:25:22 +0000
commitd8cbd173f5996eef5badad8288096ac62844f967 (patch)
tree20dd2bc18b00dcad5f11fb6e22bbd9fcfab5daf1 /OpenSim/Region/Environment/Scenes/Scene.cs
parent*Added -useexecutepath to use the path of the .exe as the path to find config... (diff)
downloadopensim-SC_OLD-d8cbd173f5996eef5badad8288096ac62844f967.zip
opensim-SC_OLD-d8cbd173f5996eef5badad8288096ac62844f967.tar.gz
opensim-SC_OLD-d8cbd173f5996eef5badad8288096ac62844f967.tar.bz2
opensim-SC_OLD-d8cbd173f5996eef5badad8288096ac62844f967.tar.xz
* Instant Message functionality moved into a Region Modules
* You can now send instant messages to any user on the simulator, regardless of what region they are in.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs
index 83432d4..ab94842 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -739,7 +739,6 @@ namespace OpenSim.Region.Environment.Scenes
739 //remoteClient.OnRequestWearables += new GenericCall(this.GetInitialPrims); 739 //remoteClient.OnRequestWearables += new GenericCall(this.GetInitialPrims);
740 client.OnModifyTerrain += ModifyTerrain; 740 client.OnModifyTerrain += ModifyTerrain;
741 //client.OnChatFromViewer += SimChat; 741 //client.OnChatFromViewer += SimChat;
742 client.OnInstantMessage += InstantMessage;
743 client.OnRequestWearables += InformClientOfNeighbours; 742 client.OnRequestWearables += InformClientOfNeighbours;
744 client.OnAddPrim += AddNewPrim; 743 client.OnAddPrim += AddNewPrim;
745 client.OnUpdatePrimGroupPosition += UpdatePrimPosition; 744 client.OnUpdatePrimGroupPosition += UpdatePrimPosition;