From a65e9df8dc343ea04067ad03fc26c9e707e78863 Mon Sep 17 00:00:00 2001 From: DukePyrolator Date: Sun, 1 Aug 2010 14:50:07 +0200 Subject: [PATCH] ns_info now ignores any extra parameters --- modules/core/ns_info.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }