02-27-2014, 04:49 PM
(02-26-2014, 10:01 PM)DJ8X Wrote: First of all, make sure you know a language that's common for developing an IRC client. Some of the ones I would use are Python, Java, or C/C++. If you know how to handle TCP sockets and parse strings in one of those languages, then you're good to go. As for the IRC protocol (how you communicate with the server), check out a couple of Request For Comments that define the protocol, google "rfc 1459" and "rfc 2812", or simply google "irc protocol" and look for a tutorial instead of reading those long passages.
Ok, thanks dude!
