diff options
author | DukePyrolator <DukePyrolator@anope.org> | 2011-03-25 20:56:42 +0100 |
---|---|---|
committer | DukePyrolator <DukePyrolator@anope.org> | 2011-03-25 20:56:42 +0100 |
commit | 01b901eba19ba5cf5e4220634f705a13c81acce8 (patch) | |
tree | c1a97b7d95439f8556beb3d21681148068096858 | |
parent | 26de1d9f939e21fd93db8484ad0eefd2d393771a (diff) |
ignore additional parameters for /chanserv info
-rw-r--r-- | modules/core/cs_info.cpp | 2 |
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); |