diff options
author | Adam Frisby | 2007-10-19 19:25:22 +0000 |
---|---|---|
committer | Adam Frisby | 2007-10-19 19:25:22 +0000 |
commit | d8cbd173f5996eef5badad8288096ac62844f967 (patch) | |
tree | 20dd2bc18b00dcad5f11fb6e22bbd9fcfab5daf1 /OpenSim/Region/Environment/Scenes/Scene.cs | |
parent | *Added -useexecutepath to use the path of the .exe as the path to find config... (diff) | |
download | opensim-SC-d8cbd173f5996eef5badad8288096ac62844f967.zip opensim-SC-d8cbd173f5996eef5badad8288096ac62844f967.tar.gz opensim-SC-d8cbd173f5996eef5badad8288096ac62844f967.tar.bz2 opensim-SC-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 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 1 |
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; |