aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ExportBot/ClientManager.cs
diff options
context:
space:
mode:
authorgareth2007-05-08 09:56:20 +0000
committergareth2007-05-08 09:56:20 +0000
commitcbf492109ccda213971c09d1048e9d26d09d9b37 (patch)
treec8ab5c60740acf20033c9241410a94854513d029 /ExportBot/ClientManager.cs
parentRemoved libsl nant build file (diff)
downloadopensim-SC_OLD-cbf492109ccda213971c09d1048e9d26d09d9b37.zip
opensim-SC_OLD-cbf492109ccda213971c09d1048e9d26d09d9b37.tar.gz
opensim-SC_OLD-cbf492109ccda213971c09d1048e9d26d09d9b37.tar.bz2
opensim-SC_OLD-cbf492109ccda213971c09d1048e9d26d09d9b37.tar.xz
Fixed nant build files
Added ExportBot code (ZOMG! IMPORTED THE EXPORT BOT!) Fixed ExportBot's build
Diffstat (limited to 'ExportBot/ClientManager.cs')
-rw-r--r--ExportBot/ClientManager.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/ExportBot/ClientManager.cs b/ExportBot/ClientManager.cs
index 0e43142..65c01ee 100644
--- a/ExportBot/ClientManager.cs
+++ b/ExportBot/ClientManager.cs
@@ -70,6 +70,18 @@ namespace libsecondlife.TestClient
70 Login(account); 70 Login(account);
71 } 71 }
72 } 72 }
73
74 public string ExportAvatarRestMethod( string request, string path, string param )
75 {
76 Console.WriteLine("Got a request to export an avatar!");
77 Console.WriteLine("Executing cloneprofile " + param);
78 DoCommandAll("cloneprofile " + param, null, null);
79 DoCommandAll("say copied avatar, preparing to upload to remote server...", null, null);
80 return "OK";
81
82 }
83
84
73 /// <summary> 85 /// <summary>
74 /// 86 ///
75 /// </summary> 87 /// </summary>