diff options
-rw-r--r-- | src/mode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mode.cpp b/src/mode.cpp index 8081188f5..5ed156bda 100644 --- a/src/mode.cpp +++ b/src/mode.cpp @@ -479,7 +479,7 @@ void ModeParser::Process(const std::vector<std::string>& parameters, User* user, if ((output_mode.length() + output_parameters.length() > 450) || (output_mode.length() > 100) - || (LastParseParams.size() > ServerInstance->Config->Limits.MaxModes)) + || (LastChangeList.size() >= ServerInstance->Config->Limits.MaxModes)) { /* mode sequence is getting too long */ break; |