LIBOMV-630: @ command should tell, if a bot is offline
git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2995 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -255,7 +255,7 @@ namespace OpenMetaverse.TestClient
|
||||
bool found = false;
|
||||
onlyAvatar = tokens[1]+" "+tokens[2];
|
||||
foreach (TestClient client in Clients.Values) {
|
||||
if (client.ToString() == onlyAvatar) {
|
||||
if ((client.ToString() == onlyAvatar) && (client.Network.Connected)) {
|
||||
found = true;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user