hot questions tagged irc-protocol - Stack Overflow most recent 30 from stackoverflow.com 2009-12-17T08:32:18Z http://stackoverflow.com/feeds/tag?tagnames=irc-protocol&sort=hot http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/24310/programming-a-simple-irc-internet-relay-chat-client 3 Programming a simple IRC (Internet-Relay-Chat) Client. CodingWithoutComments 2008-08-23T15:49:06Z 2009-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>