* Add a method to allow friendship offers to a logged in client from an offline user directly from the server

This commit is contained in:
Justin Clarke Casey
2008-12-23 17:16:47 +00:00
parent b3c221a6d6
commit c1320112a9
6 changed files with 81 additions and 7 deletions

View File

@@ -99,7 +99,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.InstantMessage
{
UUID toAgentID = new UUID(im.toAgentID);
m_log.DebugFormat("[INSTANT MESSAGE]: Attempting delivery of IM fromn {0} to {1}", im.fromAgentName, toAgentID.ToString());
m_log.DebugFormat("[INSTANT MESSAGE]: Attempting delivery of IM from {0} to {1}", im.fromAgentName, toAgentID.ToString());
// Try root avatar only first
foreach (Scene scene in m_Scenes)