diff options
author | Teravus Ovares | 2008-01-02 03:05:18 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-01-02 03:05:18 +0000 |
commit | 2f435783866656f8e75ba96febe688378ff320b0 (patch) | |
tree | 4d1b4351b8cb10132c4cbd7a26d78fa2d2ffe3eb /OpenSim/Framework | |
parent | * Updates UserServer (diff) | |
download | opensim-SC_OLD-2f435783866656f8e75ba96febe688378ff320b0.zip opensim-SC_OLD-2f435783866656f8e75ba96febe688378ff320b0.tar.gz opensim-SC_OLD-2f435783866656f8e75ba96febe688378ff320b0.tar.bz2 opensim-SC_OLD-2f435783866656f8e75ba96febe688378ff320b0.tar.xz |
* 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.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index c5e4809..f0ec63e 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -223,7 +223,7 @@ namespace OpenSim.Framework | |||
223 | 223 | ||
224 | public delegate void AvatarNowWearing(Object sender, AvatarWearingArgs e); | 224 | public delegate void AvatarNowWearing(Object sender, AvatarWearingArgs e); |
225 | 225 | ||
226 | public delegate void ImprovedInstantMessage( | 226 | public delegate void ImprovedInstantMessage(IClientAPI remoteclient, |
227 | LLUUID fromAgentID, LLUUID fromAgentSession, LLUUID toAgentID, LLUUID imSessionID, uint timestamp, | 227 | LLUUID fromAgentID, LLUUID fromAgentSession, LLUUID toAgentID, LLUUID imSessionID, uint timestamp, |
228 | string fromAgentName, string message, byte dialog, bool fromGroup, byte offline, uint ParentEstateID, | 228 | string fromAgentName, string message, byte dialog, bool fromGroup, byte offline, uint ParentEstateID, |
229 | LLVector3 Position, LLUUID RegionID, byte[] binaryBucket); // This shouldn't be cut down... | 229 | LLVector3 Position, LLUUID RegionID, byte[] binaryBucket); // This shouldn't be cut down... |