Refactored the way configuration data is passed through the IRC application.
authorMatt Mullins <mmullins@mmlx.us>
Tue, 30 Aug 2011 21:14:12 +0000 (16:14 -0500)
committerMatt Mullins <mmullins@mmlx.us>
Tue, 30 Aug 2011 21:14:12 +0000 (16:14 -0500)
commit11b93c3c17d0bf2b66bb67df18ca762e632c30cd
tree8d6e85de9b49ebbfea89b7be5466b9efbe2c4aa9
parent66e2ccda9ff74e245b0f9526483064264593ec6f
Refactored the way configuration data is passed through the IRC application.

Instead of passing configuration data all the way from the irc_sup, all that is
passed is the instance name, and the irc_conn is responsible for getting the
configuration data from the config module.
irc/irc_conn.erl
irc/irc_net_sup.erl
irc/irc_sup.erl