OnCommandLinks is a
TIdIrcTwoParmEvent event handler that allows the server to respond to the IRC LINKS command. LINKS is used to retrieve a list of servers matching the mask in Parm1 known to the server answering the query.
Remote server can be a server name, or a server name mask that identifies the server where the command is forwarded for processing. For example:
- LINKS *.au - lists all servers with a name that matches *.au
- LINKS *.bu.edu *.edu - lists all servers with a name that matches *.bu.edu on the first server matching *.edu