mirror of
https://github.com/opensim/opensim.git
synced 2026-06-05 10:35:39 +08:00
* Make existing module commanders register as help topics
* Typing help will now give a list of these topics at the top (as well as the rest of the current help stuff) * Typing help <topic> will give information about commands specific to that topic
This commit is contained in:
@@ -35,7 +35,7 @@ namespace OpenSim.Region.Environment.Modules.Framework.InterfaceCommander
|
||||
{
|
||||
public class CommanderTestModule : IRegionModule, ICommandableModule
|
||||
{
|
||||
private readonly Commander m_commander = new Commander("CommanderTest");
|
||||
private readonly Commander m_commander = new Commander("commandertest");
|
||||
private Scene m_scene;
|
||||
|
||||
#region ICommandableModule Members
|
||||
|
||||
Reference in New Issue
Block a user