From d4cd213b32981a6be0089133f62fd57b1a4fff78 Mon Sep 17 00:00:00 2001 From: gareth Date: Tue, 6 Mar 2007 16:03:35 +0000 Subject: Updated help message on console --- src/ServerConsole.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/ServerConsole.cs b/src/ServerConsole.cs index 690e8ee..21a465d 100644 --- a/src/ServerConsole.cs +++ b/src/ServerConsole.cs @@ -144,6 +144,11 @@ namespace OpenSim // Runs a command with a number of parameters public Object RunCmd(string Cmd, string[] cmdparams) { switch(Cmd) { + case "help": + this.WriteLine("show users - show info about connected users"); + this.WriteLine("shutdown - disconnect all clients and shutdown"); + break; + case "show": ShowCommands(cmdparams[0]); break; -- cgit v1.1