Prevent spoofing the agent name on text IM

0.6.9-post-fixes
Melanie 2010-09-25 06:56:08 +01:00
parent 817f2245b4
commit 8deaa1ead2
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ namespace OpenSim.Region.CoreModules.Avatar.InstantMessage
if (m_TransferModule != null)
{
im.fromAgentName = client.FirstName + " " + client.LastName;
m_TransferModule.SendInstantMessage(im,
delegate(bool success)
{