29 using OpenSim.Framework;
31 namespace OpenSim.
Region.Framework.Interfaces
33 public delegate
void ConsoleMessage(UUID toAgentID,
string message);
39 bool RunCommand(
string command, UUID invokerID);
40 void SendConsoleOutput(UUID agentID,
string message);
41 void AddCommand(
string module,
bool shared,
string command,
string help,
string longhelp,
CommandDelegate fn);
delegate void CommandDelegate(string module, string[] cmd)
ConsoleMessage OnConsoleMessage
delegate void ConsoleMessage(UUID toAgentID, string message)