1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 01:23:14 +02:00

Fixed crash in /ns set

This commit is contained in:
Adam
2011-08-09 18:37:33 -04:00
parent 962002b5f5
commit 8d551f26d5
+2 -2
View File
@@ -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"));
}