Internet Direct (Indy) Version 9.0.2 Beta
TIdIRCServer.OnCommandNames
Event handler for the IRC NAMES command.

property OnCommandNames: TIdIrcOneParmEvent;
Description
OnCommandNames is a TIdIrcOneParmEvent event handler that allows the server to respond to the IRC NAMES command. NAMES is used to retrieve a list of user Nicknames available on the channels in Parm.

Parm should not contain private or secret channels. When Parm is blank, a list of all users on any channel on the server is returned. Users on not on the server, or a visible channel on the server, are placed at the end of the list on channel "*".