aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ExportBot/Commands/CloneProfileCommand.cs
diff options
context:
space:
mode:
authorgareth2007-05-13 19:46:09 +0000
committergareth2007-05-13 19:46:09 +0000
commit9ec87a847edc88339bb4f2fed1462a4dbc3992a6 (patch)
tree4778bd95b2efc8b6e090ac903721dbc084d7e217 /ExportBot/Commands/CloneProfileCommand.cs
parentSetting default grid server to DB4o (diff)
downloadopensim-SC_OLD-9ec87a847edc88339bb4f2fed1462a4dbc3992a6.zip
opensim-SC_OLD-9ec87a847edc88339bb4f2fed1462a4dbc3992a6.tar.gz
opensim-SC_OLD-9ec87a847edc88339bb4f2fed1462a4dbc3992a6.tar.bz2
opensim-SC_OLD-9ec87a847edc88339bb4f2fed1462a4dbc3992a6.tar.xz
bla
Diffstat (limited to 'ExportBot/Commands/CloneProfileCommand.cs')
-rw-r--r--ExportBot/Commands/CloneProfileCommand.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/ExportBot/Commands/CloneProfileCommand.cs b/ExportBot/Commands/CloneProfileCommand.cs
index d608318..68712ff 100644
--- a/ExportBot/Commands/CloneProfileCommand.cs
+++ b/ExportBot/Commands/CloneProfileCommand.cs
@@ -24,20 +24,20 @@ namespace libsecondlife.TestClient
24 testClient.Avatars.OnAvatarGroups += new AvatarManager.AvatarGroupsCallback(Avatars_OnAvatarGroups); 24 testClient.Avatars.OnAvatarGroups += new AvatarManager.AvatarGroupsCallback(Avatars_OnAvatarGroups);
25 testClient.Self.OnJoinGroup += new MainAvatar.JoinGroupCallback(Self_OnJoinGroup); 25 testClient.Self.OnJoinGroup += new MainAvatar.JoinGroupCallback(Self_OnJoinGroup);
26 26
27 testClient.Self.Objects.OnNewAvatar += new ObjectManager.NewAvatarCallback(AvatarSeen); 27// testClient.Self.Objects.OnNewAvatar += new ObjectManager.NewAvatarCallback(AvatarSeen);
28 28
29 Name = "cloneprofile"; 29 Name = "cloneprofile";
30 Description = "Clones another avatars profile as closely as possible. WARNING: This command will " + 30 Description = "Clones another avatars profile as closely as possible. WARNING: This command will " +
31 "destroy your existing profile! Usage: cloneprofile [targetuuid]"; 31 "destroy your existing profile! Usage: cloneprofile [targetuuid]";
32 } 32 }
33 33
34 void AvatarSeen(Simulator simulator, Avatar avatar, ulong regionHandle, ushort timeDilation) 34 /* void AvatarSeen(Simulator simulator, Avatar avatar, ulong regionHandle, ushort timeDilation)
35 { 35 {
36 lock (Avatars) 36 lock (Avatars)
37 { 37 {
38 Avatars.Add(avatar.UUID,avatar.LocalID); 38 Avatars.Add(avatar.UUID,avatar.LocalID);
39 } 39 }
40 } 40 }*/
41 41
42 public override string Execute(string[] args, LLUUID fromAgentID) 42 public override string Execute(string[] args, LLUUID fromAgentID)
43 { 43 {