Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Mar : Re: how to receive replies with TIdIrc component ?
| Subject: | Re: how to receive replies with TIdIrc component ? |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Fri, 2 Mar 2007 18:13:40 |
"Big" <big0424@gmail.com> wrote in message
news:45e8d1da$1@newsgroups.borland.com...
> In Indy 9, the TidIrc have a method "onMessage", used to show
replies.
> But with Indy 10, this method disappeared ! How to receive replies
with
> this component ?
The OnMessage event in Indy 9 was triggered in response to a PRIVMSG
command. In Indy 10, the event has been renamed to OnPrivateMessage.
Gambit
none