aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs
index dca4222..3ea9678 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -1233,6 +1233,16 @@ namespace OpenSim.Region.Environment.Scenes
1233 { 1233 {
1234 switch (command) 1234 switch (command)
1235 { 1235 {
1236 case "help":
1237 MainLog.Instance.Error("alert - send alert to a designated user or all users.");
1238 MainLog.Instance.Error(" alert [First] [Last] [Message] - send an alert to a user. Case sensitive.");
1239 MainLog.Instance.Error(" alert general [Message] - send an alert to all users.");
1240 MainLog.Instance.Error("backup - trigger a region backup");
1241 MainLog.Instance.Error("load-xml [filename] - load prims from a XML file into current region");
1242 MainLog.Instance.Error("save-xml [filename] - save prims from current region to a XML file");
1243 MainLog.Instance.Error("show users - show info about connected users in the current region.");
1244 MainLog.Instance.Error("shutdown - disconnect all clients and shutdown.");
1245 break;
1236 case "show": 1246 case "show":
1237 if (cmdparams.Length > 0) 1247 if (cmdparams.Length > 0)
1238 { 1248 {