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

property OnCommandUsers: TIdIrcOneParmEvent;
Description
OnCommandUsers is a TIdIrcOneParmEvent event handler that allows the server to respond to the IRC USERS command. USERS is used to return a list of users logged into the server in a similar format to who(1), rusers(1) and finger(1). Some people may disable this command on their server for security related reasons. If disabled, the correct numeric response must be returned to indicate this condition.