mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Fixed nant build files
Added ExportBot code (ZOMG! IMPORTED THE EXPORT BOT!) Fixed ExportBot's build
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user