From 854af2945eb6b9b62c19e3c823d3bcc8a84e52ae Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Tue, 10 Jun 2014 17:12:00 +0200 Subject: Change Channel::KickUser() to accept an iterator, add overload that accepts a User Remove srcmemb parameter --- src/coremods/core_channel/cmd_kick.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/coremods') diff --git a/src/coremods/core_channel/cmd_kick.cpp b/src/coremods/core_channel/cmd_kick.cpp index a9e7ee2cd..9039d8551 100644 --- a/src/coremods/core_channel/cmd_kick.cpp +++ b/src/coremods/core_channel/cmd_kick.cpp @@ -112,7 +112,7 @@ CmdResult CommandKick::Handle (const std::vector& parameters, User } } - c->KickUser(user, u, reason, srcmemb); + c->KickUser(user, u, reason); return CMD_SUCCESS; } -- cgit v1.3.1-10-gc9f91