diff --git a/modules/core/ns_info.cpp b/modules/core/ns_info.cpp index 153faa623..abdcb80a6 100644 --- a/modules/core/ns_info.cpp +++ b/modules/core/ns_info.cpp @@ -29,7 +29,7 @@ class CommandNSInfo : public Command } } public: - CommandNSInfo() : Command("INFO", 1, 1) + CommandNSInfo() : Command("INFO", 1, 2) { this->SetFlag(CFLAG_ALLOW_UNREGISTERED); }