mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Finish dwell sending, adding the forgotten method body.
Add UserInfo and a dummy reply to enable Hippo Viewer users to disable IM logging (option was greyed out in OpenSim before)
This commit is contained in:
@@ -204,7 +204,6 @@ namespace OpenSim.Region.Environment.Modules.World.NPC
|
||||
public event ViewerEffectEventHandler OnViewerEffect;
|
||||
|
||||
public event FetchInventory OnAgentDataUpdateRequest;
|
||||
public event FetchInventory OnUserInfoRequest;
|
||||
public event TeleportLocationRequest OnSetStartLocationRequest;
|
||||
|
||||
public event UpdateShape OnUpdatePrimShape;
|
||||
@@ -357,6 +356,9 @@ namespace OpenSim.Region.Environment.Modules.World.NPC
|
||||
|
||||
public event ParcelDwellRequest OnParcelDwellRequest;
|
||||
|
||||
public event UserInfoRequest OnUserInfoRequest;
|
||||
public event UpdateUserInfo OnUpdateUserInfo;
|
||||
|
||||
#pragma warning restore 67
|
||||
|
||||
#endregion
|
||||
@@ -1045,6 +1047,10 @@ namespace OpenSim.Region.Environment.Modules.World.NPC
|
||||
{
|
||||
}
|
||||
|
||||
public void SendUserInfoReply(bool imViaEmail, bool visible, string email)
|
||||
{
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user