hot questions tagged irc-protocol - Stack Overflowmost recent 30 from stackoverflow.com2009-12-17T08:32:18Zhttp://stackoverflow.com/feeds/tag?tagnames=irc-protocol&sort=hothttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/24310/programming-a-simple-irc-internet-relay-chat-client3Programming a simple IRC (Internet-Relay-Chat) Client.CodingWithoutComments2008-08-23T15:49:06Z2009-06-30T12:49:48Z
<p>I started using IRC at a young age, and I have always been fascinated with it. As a language exercise, I was thinking about programming a simple IRC client in Ruby with <a href="http://www.shoooes.net/" rel="nofollow">Shoes</a> as a graphical front-end. My question to you, kind-sirs, what do I need to become familiar with to start on this great adventure (besides shoes and Ruby of course)? I imagine there is some-sort of specification on IRC Protocol. Any pointers?</p>