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

property OnCommandSummon: TIdIrcTwoParmEvent;
Description
OnCommandSummon is a TIdIrcTwoParmEvent event handler that allows the server to respond to the IRC SUMMON command. SUMMON is used to ask a user on a host running an IRC server to join an IRC network. The SUMMON message is only sent if the target server has SUMMON enabled, the user is logged in and the server process can write to the user session.

If Parm2 is given, this is the target server for the message. If summon is not enabled in a server, it must return the ERR_SUMMONDISABLED numeric and pass the summon message to other IRC servers.