diff options
Diffstat (limited to 'modules/core/ns_info.cpp')
-rw-r--r-- | modules/core/ns_info.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |