Internet Direct (Indy) Version 9.0.1 Beta
TIdIRCServer.OnCommandKick
Event handler for the IRC KICK command.

property OnCommandKick: TIdIrcThreeParmEvent;
Description
OnCommandKick is a TIdIrcThreeParmEvent event handler that allows the server to respond to the IRC KICK command. KICK is used to forcibly remove the user in Parm2 for the channel in Parm1. Parm3 is the comment or reason message sent to the client. Only a channel operator may use the KICK command.

Each server that receives a KICK message checks that the user is a valid channel operator before removing the victim in Parm2 from the channel.

Note: The IRC protocol allows extension of the KICK command parameters to allow Parm1 to contain a comma-delimited list of channel names, and Parm2 to contain a comma-delimited list of user Nicknames.