diff options
Merge branch 'master' into careminster
Diffstat (limited to 'OpenSim/Services/LLLoginService/LLLoginService.cs')
-rw-r--r-- | OpenSim/Services/LLLoginService/LLLoginService.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Services/LLLoginService/LLLoginService.cs b/OpenSim/Services/LLLoginService/LLLoginService.cs index c9a1154..891c452 100644 --- a/OpenSim/Services/LLLoginService/LLLoginService.cs +++ b/OpenSim/Services/LLLoginService/LLLoginService.cs | |||
@@ -900,16 +900,16 @@ namespace OpenSim.Services.LLLoginService | |||
900 | private void RegisterCommands() | 900 | private void RegisterCommands() |
901 | { | 901 | { |
902 | //MainConsole.Instance.Commands.AddCommand | 902 | //MainConsole.Instance.Commands.AddCommand |
903 | MainConsole.Instance.Commands.AddCommand("loginservice", false, "login level", | 903 | MainConsole.Instance.Commands.AddCommand("Users", false, "login level", |
904 | "login level <level>", | 904 | "login level <level>", |
905 | "Set the minimum user level to log in", HandleLoginCommand); | 905 | "Set the minimum user level to log in", HandleLoginCommand); |
906 | 906 | ||
907 | MainConsole.Instance.Commands.AddCommand("loginservice", false, "login reset", | 907 | MainConsole.Instance.Commands.AddCommand("Users", false, "login reset", |
908 | "login reset", | 908 | "login reset", |
909 | "Reset the login level to allow all users", | 909 | "Reset the login level to allow all users", |
910 | HandleLoginCommand); | 910 | HandleLoginCommand); |
911 | 911 | ||
912 | MainConsole.Instance.Commands.AddCommand("loginservice", false, "login text", | 912 | MainConsole.Instance.Commands.AddCommand("Users", false, "login text", |
913 | "login text <text>", | 913 | "login text <text>", |
914 | "Set the text users will see on login", HandleLoginCommand); | 914 | "Set the text users will see on login", HandleLoginCommand); |
915 | 915 | ||