Basic structure of the IRC modules. Nothing does anything, and I still need to make...
authorMatt Mullins <mokomull@gmail.com>
Mon, 20 Dec 2010 04:26:36 +0000 (22:26 -0600)
committerMatt Mullins <mokomull@gmail.com>
Mon, 20 Dec 2010 04:26:36 +0000 (22:26 -0600)
commit28e2a1a202fcf35f11d14b33a6a0280f64d7c746
tree09cd2d4f1216e312ea34fa0d10eef1bb91fb37de
Basic structure of the IRC modules.  Nothing does anything, and I still need to make sure my pid accounting works properly, but at least it kind of has the supervisory structure I'm going to want.

I made lots of TODO notes in comments.
ebin/erlbot.app [new file with mode: 0644]
src/erlbot.erl [new file with mode: 0644]
src/erlbot_sup.erl [new file with mode: 0644]
src/irc_channel_sup.erl [new file with mode: 0644]
src/irc_conn.erl [new file with mode: 0644]
src/irc_pid_cache.erl [new file with mode: 0644]
src/irc_sup.erl [new file with mode: 0644]
src/irc_user_sup.erl [new file with mode: 0644]
src/pid_cache.erl [new file with mode: 0644]