TIdIrcOtherEvent
Specifies the event type for unknown IRC commands.
TIdIrcOtherEvent = procedure ( Thread: TIdPeerThread; Command, Parm : String) of object;
Unit
Parameters
Command
Parm
Parameters for the command.
Thread
Client generating the event notification.
Description
TIdIrcOtherEvent is the event type for unknown IRC commands.