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

property OnCommandTrace: TIdIrcOneParmEvent;
Description
OnCommandTrace is a TIdIrcOneParmEvent event handler that allows the server to respond to the IRC TRACE command. TRACE is used to find the route to the server specified in Parm.

Each server that processes this message must tell the sender about it by sending a reply indicating it is a pass-through link, forming a chain of replies similar to that gained from using "traceroute". After sending this reply back, it must then send the TRACE message to the next server until given server is reached. If Parm is omitted, it is recommended that TRACE command send a message to the sender telling which servers the current server has direct connection to.