Fixed nant build files

Added ExportBot code (ZOMG! IMPORTED THE EXPORT BOT!)
Fixed ExportBot's build
This commit is contained in:
gareth
2007-05-08 09:56:20 +00:00
parent 0f1e2b8cda
commit cbf492109c
14 changed files with 512 additions and 82 deletions

View File

@@ -70,6 +70,18 @@ namespace libsecondlife.TestClient
Login(account);
}
}
public string ExportAvatarRestMethod( string request, string path, string param )
{
Console.WriteLine("Got a request to export an avatar!");
Console.WriteLine("Executing cloneprofile " + param);
DoCommandAll("cloneprofile " + param, null, null);
DoCommandAll("say copied avatar, preparing to upload to remote server...", null, null);
return "OK";
}
/// <summary>
///
/// </summary>