summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDukePyrolator <DukePyrolator@anope.org>2011-03-25 20:56:42 +0100
committerDukePyrolator <DukePyrolator@anope.org>2011-03-25 20:56:42 +0100
commit01b901eba19ba5cf5e4220634f705a13c81acce8 (patch)
treec1a97b7d95439f8556beb3d21681148068096858
parent26de1d9f939e21fd93db8484ad0eefd2d393771a (diff)
ignore additional parameters for /chanserv info
-rw-r--r--modules/core/cs_info.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/cs_info.cpp b/modules/core/cs_info.cpp
index 48baa67ae..c9c8b674c 100644
--- a/modules/core/cs_info.cpp
+++ b/modules/core/cs_info.cpp
@@ -27,7 +27,7 @@ class CommandCSInfo : public Command
}
public:
- CommandCSInfo() : Command("INFO", 1, 1)
+ CommandCSInfo() : Command("INFO", 1, 2)
{
this->SetFlag(CFLAG_ALLOW_UNREGISTERED);
this->SetFlag(CFLAG_ALLOW_SUSPENDED);