diff options
author | DukePyrolator <DukePyrolator@anope.org> | 2010-08-01 14:50:07 +0200 |
---|---|---|
committer | DukePyrolator <DukePyrolator@anope.org> | 2010-08-01 14:50:07 +0200 |
commit | a65e9df8dc343ea04067ad03fc26c9e707e78863 (patch) | |
tree | 633392f59640b16e988ac31442e558ffbd91bd97 /modules/core/ns_info.cpp | |
parent | bfd94136c62b20f0a8e15d22815ef3a6e6438d49 (diff) |
ns_info now ignores any extra parameters
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); } |