aboutsummaryrefslogtreecommitdiff
path: root/src/listmode.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2019-07-27 19:12:29 +0100
committerGravatar Sadie Powell2019-07-27 19:12:29 +0100
commitada6646b6546e936f5f9d91f63f9f9fc6f651ef5 (patch)
tree817e2f69b601d4bbf0ef720a69240050c915560d /src/listmode.cpp
parentRemove code relating to v3 API changes and v2 module compatibility. (diff)
parentImprove the "max connections exceeded" oper snotice. (diff)
Merge branch 'insp3' into master.
Diffstat (limited to 'src/listmode.cpp')
-rw-r--r--src/listmode.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/listmode.cpp b/src/listmode.cpp
index 53064c5a6..fec5050ba 100644
--- a/src/listmode.cpp
+++ b/src/listmode.cpp
@@ -160,9 +160,6 @@ ModeAction ListModeBase::OnModeChange(User* source, User*, Channel* channel, std
if (tidy)
ModeParser::CleanMask(parameter);
- if (parameter.length() > 250)
- return MODEACTION_DENY;
-
// If there was no list
if (!cd)
{