Registriert seit: 25. Feb 2003
Ort: St. Ingbert
211 Beiträge
Delphi 7 Enterprise
|
Re: IdIRC und Invite
18. Nov 2003, 12:12
Form1.IdIRC1.Raw(Format('INVITE %s %s', [AUser.Nick, lvItem.SubItems[1]]));
Funktioniert nicht.
auch...
Form1.IdIRC1.Raw(Format('INVITE %s %s', [lvItem.SubItems[1], AUser.Nick]));
Funktioniert nicht.
Programming today is a race between Software Engineers striving to build bigger and better idiot-proof Programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning!
|