From 631d21817fdc362b550236f709fda5744e233bb1 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 28 Feb 2026 18:00:15 +0000 Subject: Fix RPL_ENDOFNAMES for real this time. --- src/commands.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/commands.cpp') diff --git a/src/commands.cpp b/src/commands.cpp index 43c1bcb96..bb0648539 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -61,6 +61,7 @@ bool CommandParser::LoopCall(User* user, Command* handler, const CommandBase::Pa * for every parameter or parameter pair until there are no more * left to parse. */ + handler->loopcall = true; CommandBase::Params splitparams(parameters); while (items1.GetToken(item) && (!usemax || max++ < ServerInstance->Config->MaxTargets)) { @@ -86,6 +87,7 @@ bool CommandParser::LoopCall(User* user, Command* handler, const CommandBase::Pa } } } + handler->loopcall = false; return true; } -- cgit v1.3.1-10-gc9f91