diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/ns_register.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ns_register.c b/src/core/ns_register.c index 5eec9f8d6..ed9004586 100644 --- a/src/core/ns_register.c +++ b/src/core/ns_register.c @@ -200,7 +200,7 @@ class CommandNSConfirm : public Command return MOD_CONT; } public: - CommandNSConfirm(const std::string &cmdn, int min, int max) : Command("CONFIRM", min, max) + CommandNSConfirm(const std::string &cmdn, int min, int max) : Command(cmdn, min, max) { } |