From d307109e1af20c5b1b27743853236d7842d871f0 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 13 Feb 2009 19:03:18 +0000 Subject: * refactor: move alert commands from Scene to DialogModule --- OpenSim/Region/Application/OpenSim.cs | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'OpenSim/Region/Application/OpenSim.cs') diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index 17ced08..a0d5bd8 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs @@ -177,14 +177,6 @@ namespace OpenSim "show queues", "Show queue data", HandleShow); - m_console.Commands.AddCommand("region", false, "alert", - "alert ", - "Send an alert to a user", RunCommand); - - m_console.Commands.AddCommand("region", false, "alert general", - "alert general ", - "Send an alert everyone", RunCommand); - m_console.Commands.AddCommand("region", false, "backup", "backup", "Persist objects to the database now", RunCommand); @@ -547,7 +539,6 @@ namespace OpenSim } } - /// /// Runs commands issued by the server console from the operator /// @@ -577,10 +568,6 @@ namespace OpenSim m_sceneManager.BackupCurrentScene(); break; - case "alert": - m_sceneManager.HandleAlertCommandOnCurrentScene(cmdparams); - break; - case "remove-region": string regRemoveName = CombineParams(cmdparams, 0); -- cgit v1.1