Changed "show users" command to display only root agents, "show users full" to

display root and child agents (mantis #2171).
This commit is contained in:
Homer Horwitz
2008-09-12 22:39:17 +00:00
parent 9cdd9e215c
commit 8ae8bec4d1
7 changed files with 30 additions and 20 deletions

View File

@@ -30,6 +30,6 @@ namespace OpenSim.Framework.Console
public interface conscmd_callback
{
void RunCmd(string cmd, string[] cmdparams);
void Show(string ShowWhat);
void Show(string[] showParams);
}
}