* Re-wrote IM that sends the friend request so that it displays the name of the person who sent the request, or (hippos) if it can't find it.

This commit is contained in:
Teravus Ovares
2008-01-02 03:05:18 +00:00
parent 3738bc8899
commit 2f43578386
4 changed files with 14 additions and 7 deletions

View File

@@ -2550,7 +2550,7 @@ namespace OpenSim.Region.ClientStack
string IMmessage = Helpers.FieldToUTF8String(msgpack.MessageBlock.Message);
if (OnInstantMessage != null)
{
OnInstantMessage(msgpack.AgentData.AgentID, msgpack.AgentData.SessionID,
OnInstantMessage(this,msgpack.AgentData.AgentID, msgpack.AgentData.SessionID,
msgpack.MessageBlock.ToAgentID, msgpack.MessageBlock.ID,
msgpack.MessageBlock.Timestamp, IMfromName, IMmessage,
msgpack.MessageBlock.Dialog, msgpack.MessageBlock.FromGroup,