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

property OnCommandNotice: TIdIrcTwoParmEvent;
Description
OnCommandNotice is a TIdIrcTwoParmEvent event handler that allows the server to respond to the IRC NOTICE command. NOTICE is used to send the message in Parm2 to the user nickname in Parm1. NOTICE does not generate automatic replies or error messages.