An earlier post mentioned RFC1459. While it is a very good introduction to IRC, it has actually been superseded by RFCs 2810-2813. Here is a more complete list of documentation you need to program anything IRC-related:

* [RFC1459](http://tools.ietf.org/html/rfc1459) (original RFC; superseded, but still useful)
* [RFC2810](http://tools.ietf.org/html/rfc2810) (IRC architecture)
* [RFC2811](http://tools.ietf.org/html/rfc2811) (IRC channel management)
* [RFC2812](http://tools.ietf.org/html/rfc2812) (IRC client protocol)
* [RFC2813](http://tools.ietf.org/html/rfc2813) (IRC server protocol)
* [CTCP specification](http://www.irchelp.org/irchelp/rfc/ctcpspec.html)
* [DCC specification](http://www.irchelp.org/irchelp/rfc/dccspec.html)
* [Updated CTCP specification](http://www.invlogic.com/irc/ctcp.html) (not all clients support this)
* [ISupport (response code 005) draft](http://www.irc.org/tech_docs/draft-brocklesby-irc-isupport-03.txt) (almost all servers support this nowadays)