Hack in a crude temporary "estate show" command

This will show the estate for each region, along with that estate's id and the estate owner.
This is temporary because the command output might change.
This commit also converts the estate module from the old to the new region module format
This commit is contained in:
Justin Clark-Casey (justincc)
2011-02-12 00:46:01 +00:00
parent 26727ee044
commit 7e21c1eadf
3 changed files with 94 additions and 22 deletions

View File

@@ -32,7 +32,7 @@ namespace OpenSim.Region.Framework.Interfaces
public delegate void ChangeDelegate(UUID regionID);
public delegate void MessageDelegate(UUID regionID, UUID fromID, string fromName, string message);
public interface IEstateModule : IRegionModule
public interface IEstateModule
{
event ChangeDelegate OnRegionInfoChange;
event ChangeDelegate OnEstateInfoChange;