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:
@@ -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"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user