summaryrefslogtreecommitdiff
path: root/modules/core/ns_info.cpp
diff options
context:
space:
mode:
authorDukePyrolator <DukePyrolator@anope.org>2010-08-01 14:50:07 +0200
committerDukePyrolator <DukePyrolator@anope.org>2010-08-01 14:50:07 +0200
commita65e9df8dc343ea04067ad03fc26c9e707e78863 (patch)
tree633392f59640b16e988ac31442e558ffbd91bd97 /modules/core/ns_info.cpp
parentbfd94136c62b20f0a8e15d22815ef3a6e6438d49 (diff)
ns_info now ignores any extra parameters
Diffstat (limited to 'modules/core/ns_info.cpp')
-rw-r--r--modules/core/ns_info.cpp2
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);
}