Verbindung zu IRC
Übersicht

![]() |
Kleiner satanBetreff: Verbindung zu IRC |
![]() Antworten mit Zitat ![]() |
---|---|---|
Hallo,
ich möchte eine Verbindung zu dem IRC server "irc.html.de" herstellen! Es klappt aber nicht so wie ich will: Code: [AUSKLAPPEN] server1 = CreateTCPServer(6667) stream1 = OpenTCPStream("irc.html.de",6667) Print stream1 WriteLine stream1,"NICK <bastian born>" WriteLine stream1,"USER <big-nightmare> <2> <egal> <Bastian-Born>" Repeat stream2 = AcceptTCPStream(server1) Print stream2 If stream2 <> 0 Then Exit Forever Der Server antwortet nicht...kann mir jmd. helfen?? Bastian |
||
![]() |
Justus |
![]() Antworten mit Zitat ![]() |
---|---|---|
Die Suche kann dir helfen.
https://www.blitzforum.de/foru...hlight=irc |
||
Übersicht


Powered by phpBB © 2001 - 2006, phpBB Group