diff options
author | Adam <Adam@anope.org> | 2011-06-23 15:10:50 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-06-23 15:10:50 -0400 |
commit | b1a075b4621820203523079d78904a82a4d9b2a4 (patch) | |
tree | 15885843a238df59fb2b35149c044e01a3a68cf5 /modules | |
parent | 3be75cbcb309d61443b6dbfe05506aa73afdc402 (diff) |
Fixed bug #1276 and some other valgrind warnings
Diffstat (limited to 'modules')
-rw-r--r-- | modules/core/ns_set.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/core/ns_set.cpp b/modules/core/ns_set.cpp index 47b70c365..ed234e4ba 100644 --- a/modules/core/ns_set.cpp +++ b/modules/core/ns_set.cpp @@ -125,7 +125,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")); } @@ -165,7 +165,7 @@ class CommandNSSetDisplay : public Command class CommandNSSetPassword : public Command { public: - CommandNSSetPassword() : Command("PASSWORD", 1) + CommandNSSetPassword() : Command("PASSWORD", 2) { this->SetDesc(_("Set your nickname password")); } |