Finished most of the IRC protocol-level work:
authorMatt Mullins <mmullins@mmlx.us>
Thu, 19 May 2011 20:15:10 +0000 (15:15 -0500)
committerMatt Mullins <mmullins@mmlx.us>
Thu, 19 May 2011 22:59:53 +0000 (17:59 -0500)
commit8f22cebaafe001c1cbf573a34c07efd288008f02
tree23e302c0aecf221bf7a66794e2aa85b507ea56ae
parent00ae83ac53d6b7f8f3c351187c26d04b5c11ce41
Finished most of the IRC protocol-level work:

  * added module irc_util to hold the parser and writer for IRC commands
  * irc_conn module should at least be able to join channels
irc/irc_conn.erl
irc/irc_net_sup.erl
irc/irc_util.erl [new file with mode: 0644]
irc/irc_util.hrl [new file with mode: 0644]