Added FriendsCommand, type friends to see a list

Now removes Friend from _Friends when TerminateFriendship packet is received.

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1491 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
phaik
2007-11-20 01:27:38 +00:00
parent 301fca516d
commit fb45f1c66f
3 changed files with 58 additions and 3 deletions

View File

@@ -43,6 +43,7 @@
<Compile Include="Commands\Communication\ShoutCommand.cs" />
<Compile Include="Commands\Communication\WhisperCommand.cs" />
<Compile Include="Commands\DetectBotCommand.cs" />
<Compile Include="Commands\Friends\FriendsCommand.cs" />
<Compile Include="Commands\GoHome.cs" />
<Compile Include="Commands\GotoLandmark.cs" />
<Compile Include="Commands\Groups\GroupsCommand.cs" />