From cfa32a6561e0152ebbd7135eaec9f7c794c170b1 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Wed, 12 Jun 2013 20:32:10 +0200 Subject: CommandParser::LoopCall() changes - Change function to be static, return a bool - Do not filter duplicates when there are 2 lists (JOIN) - Remove validation of 'extra' parameter, caller must pass either a valid index or -1 --- src/commands/cmd_part.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/cmd_part.cpp') diff --git a/src/commands/cmd_part.cpp b/src/commands/cmd_part.cpp index aadb42d90..9b8d1d717 100644 --- a/src/commands/cmd_part.cpp +++ b/src/commands/cmd_part.cpp @@ -57,7 +57,7 @@ CmdResult CommandPart::Handle (const std::vector& parameters, User reason = parameters[1]; } - if (ServerInstance->Parser->LoopCall(user, this, parameters, 0)) + if (CommandParser::LoopCall(user, this, parameters, 0)) return CMD_SUCCESS; Channel* c = ServerInstance->FindChan(parameters[0]); -- cgit v1.3.1-10-gc9f91