diff --git a/modules/core/ns_set.cpp b/modules/core/ns_set.cpp index bfae7f508..fe49c99ea 100644 --- a/modules/core/ns_set.cpp +++ b/modules/core/ns_set.cpp @@ -124,7 +124,7 @@ class CommandNSSet : public Command class CommandNSSetDisplay : public Command { public: - CommandNSSetDisplay() : Command("DISPLAY", 1) + CommandNSSetDisplay() : Command("DISPLAY", 2) { this->SetDesc(_("Set the display of your group in Services")); } @@ -164,7 +164,7 @@ class CommandNSSetDisplay : public Command class CommandNSSetPassword : public Command { public: - CommandNSSetPassword() : Command("PASSWORD", 1) + CommandNSSetPassword() : Command("PASSWORD", 2) { this->SetDesc(_("Set your nickname password")); }