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

property OnCommandPrivMsg: TIdIrcTwoParmEvent;
Description
OnCommandPrivMsg is a TIdIrcTwoParmEvent event handler that allows the server to response to the IRC PRIVMSG command. PRIVMSG is used to send private messages between users.

Parm1 contains a nickname, a comma-delimited list of nicknames or channels, or a host/server mask that identifies the destination for the message in Parm2.