TIdIrcServerEvent
Event type for the IRC SERVER command.
TIdIrcServerEvent = procedure ( Thread: TIdPeerThread; ServerName, Hopcount, Info : String) of object;
Unit
Parameters
Hopcount
Number of hops to the server.
Info
ServerName
Thread
Client generating the event notification.
Description
TIdIrcServerEvent is an event type for the IRC SERVER command.