IRC part to my program

Cabose

Active member
Joined
Oct 18, 2006
Messages
39
Programming Experience
Beginner
I was wanting to make an IRC part to my program but i dont know how to do this if anyone could help it would be greatly appreciated.

~Cabose
 
You can read the overview at Wiki and the protocol definition RFC 1459 for starters. Then you must learn socket programming that enables you to connect, send and receive messages to IRC servers. The messages are lengths of strings you have to parse and interpret. It's really a lot of reading and work before you get anywhere with IRC. There is some discussion in this thread http://www.vbdotnetforums.com/showthread.php?t=9231 attached to post 20 is some code start.
 
Back
Top