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

property OnCommandQuit: TIdIrcOneParmEvent;
Description
OnCommandQuit is a TIdIrcOneParmEvent event handler that allows the server to respond to the IRC QUIT command. QUIT is used to end a client session with an optional text message. The server must close the connection to a client which sends a QUIT message.

If Parm is not specified, the NickName is sent as the test for the message. When two server connections are involved, the text for the message is the space-delimited names of the servers.