blindreaper666
10-11-2004, 09:06 PM
I am writing an IRC client, but don't know how to communicate with an IRC server. What i mean is, what data do I send to the server? I know some things like /NICK and to send a PONG when you receive a PING, but are there any tutorials on IRC for vb.net? Also, I am sort of new to net.sockets and don't know how to receive data with it yet. Could somebody show me the basic structure of code for doing that? I looked at .listen() to make the socket listen to a certain port for incoming data, but it didn't seem to work for me. Thanks