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

property OnCommandList: TIdIrcTwoParmEvent;
Description
OnCommandList is a TIdIrcTwoParmEvent event handler that allows the server to respond to the IRC LIST command. LIST is used to retrieve a list of channels and topics for the specified server.

Parm1 is an optional parameter that identifies a comma-delimited list of channel names where status and topic information should be retrieved.

Parm2 is the server where the list command should be performed.