Add "shutdown" command to ROBUST shell

0.6.8-post-fixes
Melanie 2009-11-30 14:15:00 +00:00 committed by Justin Clark-Casey (justincc)
parent b753a7cbb1
commit e385961f20
1 changed files with 4 additions and 0 deletions

View File

@ -226,6 +226,10 @@ namespace OpenSim.Server.Base
"quit",
"Quit the application", HandleQuit);
MainConsole.Instance.Commands.AddCommand("base", false, "shutdown",
"shutdown",
"Quit the application", HandleQuit);
// Allow derived classes to perform initialization that
// needs to be done after the console has opened
//