Source position: mnIRCClients.pas line 94
type TIRCReceived = record
Channel: string;
Target: string;
User: string;
Msg: string;
end;