Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Netzwerke (https://www.delphipraxis.net/14-netzwerke/)
-   -   Delphi IdIRC. wie rausfinden ob fertig connected? (https://www.delphipraxis.net/7833-idirc-wie-rausfinden-ob-fertig-connected.html)

sharkx 13. Jul 2004 09:09

Re: IdIRC. wie rausfinden ob fertig connected?
 
Das einzigste wo du bei indy abfragen kannst ob du connectest bist, ist über die motd.
Delphi-Quellcode:
procedure TForm1.IdIRC1System(Sender: TObject; AUser: TIdIRCUser; ACmdCode: Integer; ACommand, AContent: String);
begin
  { End Motd abfragen }
  if ACmdCode = 376 then
    IdIRC1.Join(Channel.Text);
end;


Alle Zeitangaben in WEZ +1. Es ist jetzt 21:23 Uhr.
Seite 2 von 2     12   

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz